elnooronline / laravel-application-scaffolding
The Laravel Framework.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:project
Requires
- php: ^7.2
- elnooronline/laravel-adminlte: ^2.0
- elnooronline/laravel-bootstrap-forms: ^2.2
- fideloper/proxy: ^4.0
- friendsofphp/php-cs-fixer: ^2.14
- laravel/framework: ^6.0
- laravel/tinker: ^1.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.2
- barryvdh/laravel-ide-helper: ^2.6
- facade/ignition: ^1.4
- fzaninotto/faker: ^1.4
- laravel/ui: ^1.0
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2020-08-30 22:28:52 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-application-scaffolding laravelapp
The above command will install a new laravel 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 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.
Security Vulnerabilities
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.
License
The Laravel framework is open-sourced software licensed under the MIT license.