2017 © Pedro Peláez
 

project laravel-project

The Laravel Framework.

image

ahmed-aliraqi/laravel-project

The Laravel Framework.

  • Friday, July 28, 2017
  • by ahmed-aliraqi
  • Repository
  • 0 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 20 % 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/AlShahawi/laravel-scaffolding.git., (*1)

Requirements

The requirements is the same as of the official requirements plus the following requirements needs to be in the developer's machine., (*2)

  • NPM >= 5.0.0
  • Node >= 7.0.0

Installation

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

composer create-project --prefer-dist ahmed-aliraqi/laravel-project blog

The above command will install a new laravel 5.4 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 php-cs:fix # Used for clear application cache files.

The Versions