sakanjo/laravel-readable-migrations

Change migrations filenames to more readable numeric format.

Maintainers

Package info

github.com/sakanjo/laravel-readable-migrations

pkg:composer/sakanjo/laravel-readable-migrations

Fund package maintenance!

sakanjo

Statistics

Installs: 121

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 0

v1.0.2 2025-04-03 11:41 UTC

This package is auto-updated.

Last update: 2026-03-03 13:33:23 UTC


README

Workflow status Laravel v11.x PHP 8.2

Change migrations filenames to more readable numeric format.

✨ Help support the maintenance of this package by sponsoring me.

Preview

Table of Contents

đŸ“Ļ Install

composer require --dev sakanjo/laravel-readable-migrations

đŸĻ„ Usage

php artisan make:readable-migrations

That's it

Options

1. --pad

php artisan make:readable-migrations --pad=4

This option allows you to specify the number of digits to pad the migration number with.

2. --gap

php artisan make:readable-migrations --gap=5

This option allows you to specify the number of digits to multiply the migration number by.

💖 Support the development

Do you like this project? Support it by donating

Click the "💖 Sponsor" at the top of this repo.

ÂŠī¸ Credits

📄 License

MIT License Š 2023-PRESENT Salah Kanjo