Automatically runs any migrations when on backend user login event.
Sometimes the console commands cannot be run manually but migrations need to be run after deployments. Since the base feature was removed in October 2.0, this provides the ability to enable the feature again.
- Clone this repository into
plugins/albrightlabs/automigrate
- Run the console command
php artisan october:migrate
- From the admin area, go to Settings > Auto Migrate and enable the feature
Run either of the following commands:
- From the project root, run
php artisan october:util git pull
- From the plugin root, run
git pull
Install the plugin, then go to Settings > Auto Migrate and enable the feature.
- Enable the Auto Migration on backend user login feature
- None at this time but please send suggestions to support@albrightlabs.com.