ferdousanam / laravel-developement-kit
v1.0.1
2022-12-11 19:24 UTC
Requires
- php: ^7.3|^8.0
- ext-json: *
- laravel/framework: >=6.0
Requires (Dev)
This package is auto-updated.
Last update: 2022-12-11 19:27:34 UTC
README
运行composer命令进行安装
composer require ferdousanam/laravel-development-kit
可用路由
-
/artisan/{command?}
-
/environment-variables/{file?}
例如:
/environment-variables/.env.example
-
/config-variables/{file?}
例如:
/config-variables/app
-
/generate-migration/{file?}
-
/table-fillable-columns/{table}
例如:
/table-fillable-columns/users
-
/failed-jobs/{id}
可发布路由
运行以下命令以发布local.php
路由文件
php artisan vendor:publish --tag=development-kit
开发说明
作者
如果您对此包感兴趣,请联系作者,因为作者太懒惰而不愿意编写文档 🙁 Ferdous Anam。
许可证
MIT许可证(MIT)。请参阅许可证文件获取更多信息。