LaravelDaily / Laravel-Todoist-SaaS

37 stars 12 forks source link

DummySubscriptionsSeeder not found #2

Closed takeshiyu closed 3 years ago

takeshiyu commented 3 years ago

When I do the

php artisan db:seed --class=DummySubscriptionsSeeder

will output error:

Target class [DummySubscriptionsSeeder] does not exist.
PovilasKorop commented 3 years ago

@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