I'm developing my first Lumen project and I try to create a seed class
for my database.
I'm trying to run the next command:
php artisan make:seeder UsersTableSeeder
But I always get this error:
[Symfony\Component\Console\Exception\CommandNotFoundException]
Command "make:seeder" is not defined.
Did you mean one of these?
db:seed make:migration
I'm searching a lot how to solve that problem but I did'nt find anything. Any ideas what I need to do?
I'm using lumen-framework 5.2.*