have you set 'debug' to 'true' in you app/config/app.php file?
no,
Then I see this error message: Undefined variable: number_of_cats
Which is wierd because on routes.php I have set that one to 9000.
Roelof
Your variable you are passing to the view is 'numbers_of_cats', not 'number_of_cats'
app/config/app.php ='debug' => env('APP_DEBUG',true), after .env=APP_DEBUG=true
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community