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
Tag: shared-hosting
laravel 5.5 schedule:run cron job not working in cpanel
I’m have a laravel5.5 project up on shared hosting and trying to run cron job to execute the command “schedule:run” but it just won’t execute I think I’m writing the command wrong: where prototype in the name of my laravel project. the command works in this directory using ssh. please if you have any observation or thought share it. Answer