ollywarren/makepackage
Composer 安装命令:
composer require ollywarren/makepackage
包简介
Implements a Artisan command to scaffold out laravel composer packages
README 文档
README
Introduction
Implements a Artisan command to scaffold out Laravel Composer packages
Installation Laravel 5.5 LTS
-
Composer require the package:
composer require ollywarren/makepackage
Let Laravel 5.5 Automatic Package Discovery do its thang!
Installation Laravel 5.4
-
Composer require the package:
composer require ollywarren/makepackage -
Register the service provider in
App\config\app.phpproviders array:Ollywarren\Makepackage\MakepackageServiceProvider::class -
Navigate to the project root and run
php artisanto check that themake:packagecommand is present.
Usage Instructions
- Simply run
php artisan make:packagethen follow the on screen instructions.
Enjoy and Make Something Awesome!
Mentions
Thanks to Sebastiaan Luca https://github.com/sebastiaanluca/php-stub-generator for sharing his Stub Generator code now included in this package. Made this package much smaller and much easier to maintain and upgrade in the future.
统计信息
- 总下载量: 2.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-23