Category:
Technology
Uploading a Laravel project to a shared hosting platform like cPanel can be difficult. You may already have tried doing so and failed. This is mainly because most shared hosting platforms don’t provide an SSH terminal which is crucial to run PHP artisan commands like; PHP artisan cache: clear, PHP artisan storage: link, etc. And cPanel is one of them. Enough about the problem; let us look at the solution and upload your Laravel project step-by-step.




