ahmed-aliraqi/laravel-project
Composer 安装命令:
composer create-project ahmed-aliraqi/laravel-project
包简介
The Laravel Framework.
关键字:
README 文档
README
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.
Requirements
The requirements is the same as of the official requirements plus the following requirements needs to be in the developer's machine.
- 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:
composer create-project --prefer-dist ahmed-aliraqi/laravel-project blog
The above command will install a new laravel 5.4 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 php-cs:fix # Used for clear application cache files.
统计信息
- 总下载量: 35
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-07-21