ferdousanam / laravel-development-kit
Helpers during laravel development
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: 2025-03-12 00:16:38 UTC
README
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
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.