Closed takeshiyu closed 3 years ago
When I do the
php artisan db:seed --class=DummySubscriptionsSeeder
will output error:
Target class [DummySubscriptionsSeeder] does not exist.
@s12i well spotted, this was copied from another project, in here we don't have dummy subscriptions. Will remove from readme, and you should launch just general php artisan db:seed
php artisan db:seed
When I do the
will output error: