rukhsar/laravel-packme
Composer 安装命令:
composer require rukhsar/laravel-packme
包简介
A laravel command to generate a laravel starting package, it just provide a basic skeleton. It include a complete boilerplate code, just keep what you want remove the remaining.
README 文档
README
A laravel command to generate a laravel starting package, it just provide a basic skeleton. It include a complete boilerplate code, just keep what you want remove the remaining.
Installation
Install this package via composer
composer require rukhsar/laravel-packme
Then add the service provider to you provider's array in config/app.php
Rukhsar\PackMe\PackMeServiceProvider::class,
Usage
It will create a packages directory, creates the vendor and package directory in it, pulls in a skeleton package, sets up composer.json, creates a service provider, registers the package in config/app.php and the app's composer.json. So you can start right away with only this command:
php artisan pack:me vendor_name package_name
This project is open-sourced software licensed under the MIT License.
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-12