qcod / laravel-app-settings

Store settings in database with a manager UI for your Laravel app
MIT License
338 stars 53 forks source link

Wheres The Migration? #6

Closed HDVinnie closed 6 years ago

HDVinnie commented 6 years ago

README mentions running migration but I don't see a migration file anywhere.

saqueib commented 6 years ago

Migration is already loaded through service provider, so if you run php artisan migrate it will create settings table

HDVinnie commented 6 years ago

I see thanks.

ametad commented 5 years ago

May I suggest the migration file also be published? I make use of a multi-tenant solution in which multiple sets of migrations are, each for a different scenario. In short, this migration needs in a custom db connection.

ClausMunch commented 4 years ago

May I suggest the migration file also be published? I make use of a multi-tenant solution in which multiple sets of migrations are, each for a different scenario. In short, this migration needs in a custom db connection.

This could be really helpfull! :)