ahmed-aliraqi / laravel-project
The Laravel Framework.
Installs: 34
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6.4
- barryvdh/laravel-debugbar: ^2.4
- barryvdh/laravel-ide-helper: ^2.4
- doctrine/dbal: ^2.5
- ezyang/htmlpurifier: ^4.9
- laravel/framework: 5.4.*
- laravel/tinker: ~1.0
Requires (Dev)
- ahmed-aliraqi/artisan-scaffolding: ^1.0
- friendsofphp/php-cs-fixer: ^2.4
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
This package is auto-updated.
Last update: 2024-10-29 05:04:57 UTC
README
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.
Requirements
The requirements is the same as of the official requirements plus the following requirements needs to be in the developer's machine.
- NPM >= 5.0.0
- Node >= 7.0.0
Installation
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.
Composer Scripts
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.