Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

[SOLVED] Laravel error message

Hi, Because of the weakness of my processor (pentium 947), my laptop can't handle virtualization. So i installed laravel for real, with xamp. It works but when i have an error, the message is not very detailed : "Whoops, looks like something went wrong." Is there a way to active error messages more explicit like those of the course.

Thanks for your help.

ok i fix it by changing false to true in app.php : 'debug' => true,

If you post your answer below, you can mark it as "best answer" ;)

Where did you find the app.php?

Hi Brian, app/config/app.php on line 16.

1 Answer

that's helpful thanks!