justbetter/statamic-eloquent-driver-globalset-migration-generator

There is no license information available for the latest version (0.1.0) of this package.

Creates a database migration when a new globalset is created

0.1.0 2023-06-01 14:51 UTC

This package is auto-updated.

Last update: 2024-04-30 00:39:59 UTC


README

When you're using the Statamic Eloquent Driver creating a new globalset will result in a new entry in the global_sets table. If you're working with multiple environments like DTAP; that new entry isn't visible on the next environment in the row after committing your changes. This package aims to fix that problem by creating a database migration for it. This way you can commit the migration and the entry will be made when you run php artisan migrate on deployment. More info: #128

Installation

composer require statamic-eloquent-driver-globalset-migration-generator

License

The MIT License (MIT). Please see License File for more information.