laravolt/packer
最新稳定版本:1.1.0
Composer 安装命令:
composer require laravolt/packer
包简介
A cli tool for creating Laravel packages.
README 文档
README
This package provides you with a simple tool to set up a new Laravel package. It provides a complete boilerplate code that could actually be done by a package. Use what you need, remove the remaining.
Installation
Via Composer
$ composer require laravolt/packer
Then add the service provider in config/app.php:
'Laravolt\Packer\PackerServiceProvider',
Usage
New package
The command will handle practically everything for you. 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 laravolt:packer:new vendor_name package_name
Credits
This package was originally forked from Jeroen-G/laravel-packager awesome package.
统计信息
- 总下载量: 2.96k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-08