A laravel setup made for shared hosting.
Please take note that the vendor folder is included on this repo by default.
Some shared hosting disabled their SSH so you can't run composer install.
If you can run composer install on your hosting just remove the vendor folder and add /vendor on .gitignore
Required PHP version is >= 7.4
- Clone this repository via Git version control on CPanel.
- Make sure the location of the repo is matched with your domain directory.
- Create .env file and fill up the required data or just copy the .env.example.