Installing Laravel Framework
- Server Requirements you should have on your machine:
- PHP >= 5.5.9
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension.
- Install Composer & Laravel Project:
- Download composer , Click here to download composer
- Install it on your machine
- Now, after successful installation, run the composer and type following command : " composer create-project laravel/laravel --prefer-dist "
-
Now you will see laravel directory created and you are ready to start development.
- Configuration :
- All of the configuration files for the Laravel are stored in the config directory and every configuration options are documented.
Now we will move on to Routing in Laravel.
- PHP >= 5.5.9
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension.
- Download composer , Click here to download composer
- Install it on your machine
- Now, after successful installation, run the composer and type following command : " composer create-project laravel/laravel --prefer-dist "
- Now you will see laravel directory created and you are ready to start development.
- All of the configuration files for the Laravel are stored in the config directory and every configuration options are documented.