Change migrations filenames to more readable numeric format.
✨ Help support the maintenance of this package by sponsoring me.
composer require --dev sakanjo/laravel-readable-migrations
php artisan make:readable-migrations
That's it
php artisan make:readable-migrations --pad=4
This option allows you to specify the number of digits to pad the migration number with.
php artisan make:readable-migrations --gap=5
This option allows you to specify the number of digits to multiply the migration number by.
Do you like this project? Support it by donating
Click the "💖 Sponsor" at the top of this repo.
MIT License © 2023-PRESENT Salah Kanjo