Web-Feet / coasterframework

Main code repository for Coaster CMS (coastercms.org), a full featured Laravel based, Content Management System
https://www.coastercms.org
GNU General Public License v3.0
31 stars 22 forks source link

Make migrations publishable #67

Closed Naoray closed 2 years ago

Naoray commented 6 years ago

It's just a personal preference, but I love to see all my migrations in one place. So it would be awesome if you implement this little feature.

To publish coastercms migrations one would run php artisan vendor:publish --provider="web-feet/coasterframework/CmsServiceProvider"

chadanuk commented 6 years ago

@Naoray I think this might work nicely with the auto-publishing/detection features of Laravel 5.5 so we may look to include this change with that release, @neil-jennings what are your thoughts?

chadanuk commented 6 years ago

@neil-jennings Worth reviewing this now v5.5 is up and running