Laravel
Learn how to deploy Laravel
6 articles
Deploying Laravel Applications
Best practices and configuration tips for deploying Laravel applications on Ploi Cloud.
Real-time features with Laravel Reverb
Set up Laravel Reverb for WebSocket connections and real-time features in your application.
Inertia SSR
Set up Inertia SSR for Laravel: install the SSR package, configure `INERTIA_SSR_ENABLED`, run `php artisan inertia:start-ssr`. Full server-side render in 5 minutes.
Laravel Octane with FrankenPHP
Run Laravel Octane on FrankenPHP in 4 steps: install Octane, set the start command `php artisan octane:start --server=frankenphp`, pick the runtime, deploy.
Laravel Octane with RoadRunner
Deploy Laravel Octane with RoadRunner: install via Composer, set `php artisan octane:start --server=roadrunner`, configure workers. Full setup in 5 minutes.
Laravel Octane with Swoole
Run Laravel Octane on Swoole: install Swoole + Octane, set the start command, configure workers and concurrency. Production-ready setup, step by step.