LaravelPackages.net
Acme Inc.
Toggle sidebar
alshahawi/laravel-scaffolding

The Laravel Framework.

12
3
v6.1.3
About alshahawi/laravel-scaffolding

alshahawi/laravel-scaffolding is a Laravel package for the laravel framework.. It currently has 3 GitHub stars and 12 downloads on Packagist (latest version v6.1.3). Install it with composer require alshahawi/laravel-scaffolding. Discover more Laravel packages by alshahawi or browse all Laravel packages to compare alternatives.

Last updated

Laravel Scaffolding

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 [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

Star History Chart