skip to Main Content

Laravel Deployment on Shared Hosting

I'm trying to deploy my laravel project on shared hosting Cpanel, I divide my laravel project into 2 folders (i do this so the user can't check out my .env file): laravel (all laravel files except public) public (I moved…

VIEW QUESTION

Class "config" does not exist Laravel 9 – CPanel

I have a Laravel 9 project which works fine on local, but after uploading it to the online server I get this error : Fatal error: Uncaught ReflectionException: Class "config" does not exist in /.../vendor/laravel/framework/src/Illuminate/Container/Container.php:875 Stack trace: #0 This project…

VIEW QUESTION
Back To Top
Search