laravel / pennant

A simple, lightweight library for managing feature flags.
https://laravel.com/docs/pennant
MIT License
479 stars 49 forks source link

Remove migration file registration #35

Closed bankorh closed 1 year ago

bankorh commented 1 year ago

When running php artisan vendor:publish --provider="Laravel\Pennant\PennantServiceProvider" the migration has been published to the base database/migrations directory, and after that when we run php artisan migrate, both migration files will be ran and will get the same name error.

github-actions[bot] commented 1 year ago

Thanks for submitting a PR!

In order to review and merge PRs most efficiently, we require that all PRs grant maintainer edit access before we review them. For information on how to do this, see the relevant GitHub documentation. Additionally, GitHub doesn't allow maintainer permissions from organization accounts. Please resubmit this PR from a personal GitHub account with maintainer permissions enabled.