halobear / halo-service
通用服务层
Installs: 1 201
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- ext-json: *
Requires (Dev)
- mockery/mockery: ^0.9.9
- phpunit/phpunit: ~6.0
README
.
Installing
$ composer require halobear/halo-service
Usage
第一步 修改app/Console/Kernel.php文件 protected $commands = [ MakeBaseFileCommand::class, ]; 第二步 执行自定义创建控制器 模型 服务命令 php artisan make:base_file GoodsTest V1
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT