Support the ongoing development of Laravel.io →
Configuration Views
Last updated 1 year ago.
0

have you set 'debug' to 'true' in you app/config/app.php file?

Last updated 1 year ago.
0

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

Last updated 1 year ago.
0

Your variable you are passing to the view is 'numbers_of_cats', not 'number_of_cats'

Last updated 1 year ago.
0

app/config/app.php ='debug' => env('APP_DEBUG',true), after .env=APP_DEBUG=true

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.