run php artisan list
to see all available commands, but I think that command is only available in laravel 5, so if you are using laravel 4 you might be out of luck
In laravel 4.2 you can use php artisan to view all the commands , by default laravel 4.2 doen't have command to generate model from CLI.
In laravel 5.0 same command you can use to view all the commands, its only avaiable after 5.0.
If your using laravel 4.2 or less you can use this package to generate models https://github.com/JeffreyWay/Laravel-4-Generators
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community