Now, its high time, we should now install LARAVEL in our system.
Following are the steps to install it :-
Following are the steps to install it :-
- First and foremost, download composer.exe - https://getcomposer.org/Composer-Setup.exe
- While installing composer.exe, select "Install Shell Menu" option and select the path for php.exe file - "C:\wamp\bin\php\php5.5.12". [Note:- I am using Wamp Server]
- Download Laravel 5 from github - https://github.com/laravel/laravel
- Open cmd(Command Prompt) and go to folder(by using "cd" command) where "laravel-master" folder is downloaded from the github.
- Now, just type "composer update" command in the command prompt
- Now, to run it in the web-browser, just type "php artisan serve". It will start with a port number of 8000, by default. If you want to change the port number, then use this command - "php artisan serve --port=1819". [Note:- Whatever port number, you will type the application will start with that port number]
- Last, but not least, just go to the web-browser and type :- "localhost:1819".
No comments:
Post a Comment