Laravel runs well on our LiteSpeed + cPanel hosting. The key is pointing your domain at the public folder.
- Upload your Laravel project (above
public_htmlif possible) or pull it via Git in Terminal. - Set your domain's document root to the project's
publicdirectory, or place the contents ofpublicinpublic_htmland adjustindex.phppaths. - Create a MySQL database in MySQL Databases and update
.env. - Run
composer installandphp artisan key:generatevia Terminal, then set folder permissions forstorageandbootstrap/cache.
Add scheduled jobs in Cron Jobs for php artisan schedule:run. For queues, Redis, or full control, a VPS is ideal. Need help? Open a ticket.