Is your document root set to /public?
Have you installed the proper versions of PHP and all the php dependencies?
Have you run composer install after you cloned the repository to your server?
Have you set up the .env file properly to match your production environment?
500 Internal Server Error An internal server error has occured(Upload Laravel Project on Hostinger)
im trying to deply laravel project on hostinger and i get internal 500 server error on the browser, i already structure all the files correctly the public, .htaccess, env, and when i check the ssh git bash for laravel logs i get this
config at /home/u907103387/domains/merakitechlabs.com/merakitech/vendor/symfony/console/Application.php:669) [stacktrace] #0 /home/u907103387/domains/merakitechlabs.com/merakitech/vendor/symfony/console/Application.php(720): Symfony\Component\Console\Application->findNamespace() #1 /home/u907103387/domains/merakitechlabs.com/merakitech/vendor/symfony/console/Application.php(266): Symfony\Component\Console\Application->find() #2 /home/u907103387/domains/merakitechlabs.com/merakitech/vendor/symfony/console/Application.php(175): Symfony\Component\Console\Application->doRun() #3 /home/u907103387/domains/merakitechlabs.com/merakitech/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(201): Symfony\Component\Console\Application->run() #4 /home/u907103387/domains/merakitechlabs.com/merakitech/artisan(35): Illuminate\Foundation\Console\Kernel->handle() #5 {main}
Please or to participate in this conversation.