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
loiclebunetel
4,184 Points[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.
thomascawthorn
22,986 PointsIf you post your answer below, you can mark it as "best answer" ;)
Brian van Vlymen
12,637 PointsWhere did you find the app.php?
loiclebunetel
4,184 PointsHi Brian, app/config/app.php on line 16.
1 Answer
Brian van Vlymen
12,637 Pointsthat's helpful thanks!
loiclebunetel
4,184 Pointsloiclebunetel
4,184 Pointsok i fix it by changing false to true in app.php : 'debug' => true,