A non-official laravel application scaffolding that includes debugbar
, ide-helper
, .php_cs
and Eslint
configurations.
Mirrored from https://github.com/laravel/laravel.git.
The requirements is the same as of the official requirements.
You can also install Laravel via Composer by issuing the create-project
command in your terminal:
composer create-project --prefer-dist alshahawi/laravel-scaffolding blog
The above command will install a new laravel application for you.
We added composer scripts to avoid long and repeated commands. These scripts are:
composer php-cs:issues # Used for checking for any configured code style issues.
composer php-cs:fix # Used for fix any configured code style issues automatically.
composer auto-complete:generate # Used for generating ide helper files.
composer app:clear # Used for clear application cache files.
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.