jossephus / make-responsable
laravel 包启动器
1.0.0
2020-10-20 18:10 UTC
Requires
- php: ^7.4
- illuminate/contracts: ^8.0
Requires (Dev)
- orchestra/canvas: ^6.0
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3
README
阅读了Wilbur Powery关于Responsable接口的博客文章后,我开始大量使用Responsable接口。关于Responsable接口的更多信息,请参阅此处。 Laravel的Responsable接口 。这个简单的包简化了生成实现Responsable接口的新类的过程。
安装
您可以通过composer安装此包
composer require jossephus/make-responsable
用法
php artisan make:responsable TransactionCreateView // an example from the blog post
贡献
请参阅CONTRIBUTING以获取详细信息。
许可证
MIT许可证(MIT)。有关更多信息,请参阅许可证文件。
Laravel 包模板
此包使用Laravel 包模板生成。