Laravel is the PHP framework for web artisans. Deploy your Laravel app with one command — no PHP-FPM tuning, no nginx vhost files, no Composer on the server.
Laravel is elegant in code, but the PHP-FPM + nginx + Composer deployment dance is anything but.
Recommended plan for Laravel
Laravel serves from the /public directory. InstaPods configures the web root to /public automatically — no nginx rewrite rules to write.
Run artisan commands via SSH or the web terminal. Migrations, seeders, and queue workers all work as expected on a real server.
InstaPods pre-configures correct permissions on storage/ and bootstrap/cache/. File uploads persist across deploys in the storage directory.
One command. Real server. HTTPS included. No DevOps degree required.
Get Started