2017 © Pedro Peláez
 

project laravel

The Laravel Framework.

image

alshahawi/laravel

The Laravel Framework.

  • Thursday, March 15, 2018
  • by AlShahawi
  • Repository
  • 2 Watchers
  • 1 Stars
  • 89 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 7 % Grown

The README.md

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., (*1)

Requirements

The requirements is the same as of the official requirements., (*2)

Installation

You can also install Laravel via Composer by issuing the create-project command in your terminal:, (*3)

composer create-project --prefer-dist alshahawi/laravel-scaffolding blog

The above command will install a new laravel application for you., (*4)

Composer Scripts

We added composer scripts to avoid long and repeated commands. These scripts are:, (*5)

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., (*6)

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., (*7)

License

The Laravel framework is open-sourced software licensed under the MIT license., (*8)

The Versions