Laravel
- sondip poul singh
- Jan 9, 2019
- 1 min read
#https://laravel.com/docs/4.2/quick(laravel website)
1.install composer(https://getcomposer.org/)
->type composer in cmd if a composer in huge font appears then everything works fine
2.install laravel by using composer(composer global require "laravel/installer=~1.1")
3.create new project
->composer create-project laravel/laravel your-project- name 4.2.*(by using composer)
->laravel new project_name(by using laravel)
(must go to the project folder and right click-git bash here)
4.after creating a new project go to the folder and type "php artisan serve" and in browser type localhost:8000(git should be downloaded before this)
5.if its work then initially we are done
Comments