elnooronline / laravel-quickstart
The Laravel Framework.
Installs: 67
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 2
Open Issues: 0
Type:project
Requires
- php: ^7.1.3
- barryvdh/laravel-debugbar: ^3.1
- barryvdh/laravel-ide-helper: ^2.4
- dimsav/laravel-translatable: ^9.0
- doctrine/dbal: ^2.6
- elnooronline/laravel-adminlte: ^2.0
- elnooronline/laravel-bootstrap-forms: ^2.0
- elnooronline/laravel-settings: ^4.0
- fideloper/proxy: ^4.0
- laracasts/presenter: ^0.2.1
- laravel/framework: 5.7.*
- laravel/passport: ^7.0
- laravel/tinker: ^1.0
- league/flysystem-aws-s3-v3: ~1.0
- martinlindhe/laravel-vue-i18n-generator: ^0.1.28
- spatie/laravel-medialibrary: ^7.0.0
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.0
- filp/whoops: ^2.0
- friendsofphp/php-cs-fixer: ^2.11
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2020-01-24 17:42:10 UTC
README
A non-official laravel application scaffolding that includes adminlte
, debugbar
, ide-helper
, .php_cs
and Eslint
configurations.
Mirrored from https://github.com/laravel/laravel.git.
Requirements
The requirements is the same as of the official requirements.
Installation
You can also install Laravel via Composer by issuing the create-project
command in your terminal:
composer create-project --prefer-dist elnooronline/laravel-quickstart blog
The above command will install a new laravel 5.6 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 php code style issues.
composer php-cs:fix # Used for fix any configured php code style issues automatically.
composer js-cs:issues # Used for fix any configured javascript code style issues automatically.
composer js-cs:fix # Used for fix any configured javascript code style issues automatically.
composer auto-complete:generate # Used for generating ide helper files.
composer api:generate # Used for generating api documentation.
composer app:clear # Used for clear application cache files such as cache, config, route, view and debugbar.