I tried running the command:
php artisan generate:seed Houses
However, I got the error:
failed to open stream: No such file or directory generate:seed [--path="..."] [--templatePath="..."] tableName
I migrated my table and generated my controller and table with php artisan generate. I am using Laravel 4.2. Is there something missing? I am trying to follow the instructions of a tutorial and there are certain artisan commands that don't work. Like I tried to generate the migration files and it gave me the same error, but I noticed that there were migration files already generated after I generated the controller and the table.