ferdousanam/laravel-developement-kit

This package is abandoned and no longer maintained. The author suggests using the ferdousanam/laravel-development-kit package instead.

Helpers during laravel development

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

Run the composer command to install

composer require ferdousanam/laravel-development-kit

Available Routes

  • /artisan/{command?}

  • /environment-variables/{file?}

    example: /environment-variables/.env.example

  • /config-variables/{file?}

    example: /config-variables/app

  • /generate-migration/{file?}

  • /table-fillable-columns/{table}

    example: /table-fillable-columns/users

  • /failed-jobs/{id}

Publishable Routes

Run the following command to publish local.php route file

php artisan vendor:publish --tag=development-kit

Dev Instruction

DEV.md

Author

Contact Author if interested for this package as author is too lazy to write documentation 🙁 Ferdous Anam.

License

The MIT License (MIT). Please see License File for more information.