Laravel for Hostgator Shared Hosting
Laravel requires a minimum version of 5.3.7 to run. For New Hostgator Accounts(Commissioned after 16 May, 2013) this is the default.
However, for legacy account (Shared accounts before May 1, 2013 and Reseller accounts before May 16, 2013) the default version is PHP 5.2 and one would need to add handlers for PHP 5.3. This can be a tedious process especially if you deploy several applications over the lifetime of your Hostgator Account.
This is simply an implementation of Laravel 4 for Shared and Reseller Accounts. For more details about laravel check the repository
##Getting started
###Installation using git
You could download the code either using git
https://github.com/ralphowino/laravel-for-hostgator-users.git
or by downloading the file
https://github.com/ralphowino/laravel-for-hostgator-users/archive/master.zip
From here on, simply use the [guide for installing laravel] (http://laravel.com/docs/quick)
License
The Laravel framework is open-sourced software licensed under the MIT license