How to create a website with Laravel and deploy it to a shared hosting account
Laravel is a platform that can be installed using Composer just like Symfony or Code Igniter. Since shared hosting accounts don’t provide SSH access you need to do this locally on your computer. To do that, you need to start by downloading the latest PHP version (and add the path to the PHP executable file …
How to create a website with Laravel and deploy it to a shared hosting account Read More »