I am try to run Laravel app in Ubuntu 16.04 Apache server.
It is show server error as fallows
This page isn’t working
localhost is currently unable to handle this request.
HTTP ERROR 500
but i run it on development artisan server using below command and its working.
php artisan serve --host=192.168.2.103 --port=8050
pls can you explain what i have done wrong way in Apache server and how to do it correctly.
composer installto populate the vendor files, andcomposer dumpautoload.