ferdousanam / laravel-developement-kit
Helpers during laravel development
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ferdousanam/laravel-developement-kit
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
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.