DarkGhostHunter / Laraconfig

Per-user settings repository system for Laravel
MIT License
173 stars 49 forks source link

Migration of setting does not work #13

Closed rabol closed 3 years ago

rabol commented 3 years ago

The migration of settings does not work

I have issued the

php artisan settings:publish

then

Setting::name('UserType')->integer();

and then

php artisan settings:migrate

which fails

S:\Composer\Laravel\Laraset\vendor\orchestra\testbench-core\laravel\settings/users.phpNo metadata exists in the database, and no declaration exists.
DarkGhostHunter commented 3 years ago

Figured out the last test I did on Windows overwrote the sample file before pushing to github.

It's fixed on 1.3.3