I recently started to learn Laravel and i'm running in to an issue with stack traces not appearing while i'm running on my local apache environment.
I've configured the bootstrap/start.php file along with the app\config\local\app.php file and i'm not seeing the stack trace if, for example, i tried to jump to a page that hadn't been created yet.
All i see is a 404 Not found page.
When i run the php artisan serve command and view the project there, the stack traces appear fine.
Am i missing a config setting in my apache set up?
EDIT: It had to do with my apache setup. This link helped: laravel 4 all routes except home result in 404 error