This package will add into the moonshine admin panel a new menu item 'Migration checker' for checking all migrations
carma/migration-checker is a Laravel package for this package will add into the moonshine admin panel a new menu item 'migration checker' for checking all migrations.
It currently has 0 GitHub stars and 7 downloads on Packagist (latest version 1.0.0).
Install it with composer require carma/migration-checker.
Discover more Laravel packages by carma
or browse all Laravel packages to compare alternatives.
Last updated
This package will add a new menu item "Migration checker" to the Moonshine admin panel.
You can install the package via composer:
composer require carma/migration-checker
After installing and configuring the package, you will see a new menu item 'Migration Checker' in your Moonshine admin panel. This will allow you to:
The main service provided by this package is the MigrationService which includes methods to fetch and update migrations.
updateAllMigrations(): This method updates the list of all migrations in the system.getAllMigrationsFromSystem(): This protected method retrieves all migration files from the system.