Skip to content
Advertisement

Tag: shared-hosting

Deploy error with Laravel project on Shared Hosting (Uncaught RuntimeException: A facade root has not been set)

I’m deploying a laravel project into production enviroment on a shared host using FTP following this tutorial except the creation of the symbolic link beacuse I’m not using the local storage but ran into “Uncaught RuntimeException: A facade root has not been set” error. Aditional info: I tried with a new laravel project with the command composer create-project laravel/laravel project_name

Advertisement