Package Data | |
---|---|
Maintainer Username: | ahmed-aliraqi |
Package Create Date: | 2017-07-21 |
Package Last Update: | 2017-07-28 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:01:05 |
Package Statistics | |
---|---|
Total Downloads: | 34 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
A non-official laravel application scaffolding that includes debugbar
, ide-helper
, .php_cs
and Eslint
configurations.
Mirrored from https://github.com/AlShahawi/laravel-scaffolding.git.
The requirements is the same as of the official requirements plus the following requirements needs to be in the developer's machine.
You can also install Laravel via Composer by issuing the create-project
command in your terminal:
composer create-project --prefer-dist ahmed-aliraqi/laravel-project blog
The above command will install a new laravel 5.4 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 php-cs:fix # Used for clear application cache files.