Closed rabol closed 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.
Figured out the last test I did on Windows overwrote the sample file before pushing to github.
It's fixed on 1.3.3
The migration of settings does not work
I have issued the
then
and then
which fails