generators:具有配置和可发布存根的Laravel文件生成器

时间:2024-06-05 19:33:17
【文件属性】:

文件名称:generators:具有配置和可发布存根的Laravel文件生成器

文件大小:66KB

文件格式:ZIP

更新时间:2024-06-05 19:33:17

php laravel generate class commands

Laravel文件生成器 具有配置文件和可发布存根的自定义Laravel文件生成器。 您可以发布存根。 您可以添加自己的存根来生成。 此软件包已在中使用,该专注于测试驱动的开发,并为您准备了基础。 Laravel 5.1 : v2.1.3 Laravel 5.2 - 5.3 : v3.0.3 Laravel 5.4 : v4.1.9 Laravel 5.5 - 5.8 : v5.0.0+ Laravel 6.0 : v5.1.0+ Laravel 7.0 : v6.0 Laravel 8.0 : v7.0+ 指令 php artisan generate:publish-stubs php artisan generate:model php artisan generate:view php artisan generate:controller php artisan gener


【文件预览】:
generators-master
----.gitignore(102B)
----resources()
--------stubs()
----.github()
--------FUNDING.yml(21B)
----tests()
--------ModelCommandTest.php(1KB)
--------MiddlewareCommandTest.php(312B)
--------FileCommandTest.php(271B)
--------TestCommandTest.php(578B)
--------NotificationCommandTest.php(470B)
--------RepositoryCommandTest.php(430B)
--------SeederCommandTest.php(417B)
--------ExceptionCommandTest.php(304B)
--------ConsoleCommandTest.php(290B)
--------ControllerCommandTest.php(847B)
--------ResourceCommandTest.php(5KB)
--------ViewCommandTest.php(654B)
--------ContractCommandTest.php(418B)
--------MigrationCommandTest.php(1KB)
--------EventCommandTest.php(452B)
--------RequestCommandTest.php(292B)
--------TraitCommandTest.php(440B)
--------TestCase.php(5KB)
--------JobCommandTest.php(280B)
--------FactoryCommandTest.php(283B)
----phpunit.xml(1KB)
----LICENSE(1KB)
----composer.json(1KB)
----src()
--------GeneratorsServiceProvider.php(4KB)
--------Exceptions()
--------Migrations()
--------Traits()
--------config()
--------Commands()
----readme.md(11KB)

网友评论