ferdousanam/laravel-developement-kit

此包已被废弃且不再维护。作者建议使用ferdousanam/laravel-development-kit包。

Laravel开发中的助手

v1.0.1 2022-12-11 19:24 UTC

This package is auto-updated.

Last update: 2022-12-11 19:27:34 UTC


README

Latest Version on Packagist Software License Total Downloads

运行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

开发说明

DEV.md

作者

如果您对此包感兴趣,请联系作者,因为作者太懒惰而不愿意编写文档 🙁 Ferdous Anam

许可证

MIT许可证(MIT)。请参阅许可证文件获取更多信息。