last time i ask question like 3 years, now laracast has many user but not helping one like years ago, when active user like jefrey bashy pmall and other. i just check docs and stackoverflow but lacking find the answer, please anyone who have this experience.
Mar 12, 2019
14
Level 1
App Debug Not Working in Laravel 5.8
Hi i just try install laravel on new development, last version i use is 5.6 and working great.
now im working in new project, but why app debug not working on Laravel 5.8 using PHP7.3 at debian server.
my .env is look like this:
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:w/xxxxxxxx
APP_DEBUG=true
APP_URL=http://localhost
already do
php artisan optimize:clear
php artisan config:clear
just test with simple code
public function test()
{
return $test;
}
its not showing error message from App Debug but, 'HTTP ERROR 500' code.
any suggestion to solve this. thanks
Please or to participate in this conversation.