alshahawi / laravel
The Laravel Framework.
Installs: 118
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 4
Type:project
Requires
- php: ^7.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
- mockery/mockery: ^1.0
- nunomaduro/collision: ^3.0
- phpunit/phpunit: ^8.0
- dev-scaffolding/6.x
- v6.1.3
- v6.1.2
- v6.1.1
- v6.1.0
- dev-dependabot/composer/composer/composer-1.10.26
- dev-dependabot/composer/symfony/http-kernel-4.4.39
- dev-dependabot/composer/facade/ignition-1.18.0
- dev-dependabot/composer/composer/composer-1.10.23
- dev-dependabot/composer/symfony/http-foundation-4.4.7
- dev-scaffolding/5.8
- dev-scaffolding/5.7
- dev-scaffolding/5.6
- dev-scaffolding/5.5
- dev-scaffolding/5.4
This package is auto-updated.
Last update: 2022-04-22 20:35:15 UTC
README
A non-official laravel application scaffolding that includes 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 alshahawi/laravel-scaffolding blog
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.