About the Repository
Since it’s initial launch in 2011, Laravel has experienced exponential growth. In 2015 it became the most outstanding PHP framework in GitHUb.
Laravel’s philosophy is to develop PHP code in an elegant and simple way based on a model MVC (Model-View-Controller). It has a modular and extensible code through a package manager and robust support for database management.
Server Requirements
Up And Running
- Clone the repository
- run composer install
- Set a .env configuration file
- run php artisan migrate
- Read the tutorial
License
The Laravel framework is open-sourced software licensed under the MIT license.