Laravel + VPS
Stack provisioning, zero-downtime deploy with migrations and caches, Horizon queues and a scheduler — everything a Laravel app needs, from one panel.
Choose the 'Laravel' server type — Deploykin installs and configures the whole stack for your app.
Nginx is configured for Laravel: root in public/, try_files to index.php, a separate PHP-FPM pool per site.
Deploykin runs the whole Laravel deploy cycle: dependencies, asset builds, migrations and caches. A new release is built alongside and switched in with an atomic symlink — with not a second of downtime.
$ git clone --depth 1 → releases/20260413-1402 $ composer install --no-dev -o ✓ $ npm ci && npm run build ✓ $ php artisan migrate --force ✓ $ php artisan config:cache route:cache view:cache ✓ $ ln -sfn releases/20260413-1402 current ✓ → zero-downtime · 14 s · queues restarted
The site's environment sets the install flags, APP_ENV and APP_DEBUG for you — no manual editing.
An optimized install without dev dependencies, debugging off.
A copy of the production environment to test releases before going live.
Dev dependencies and debugging on for active development.
Ready-made Supervisor daemon presets — start in a couple of clicks and restart themselves.
A dashboard and Redis queues with auto-restart.
A classic queue worker with numprocs.
Laravel's scheduled tasks without a manual cron.
WebSockets with automatic /wss setup in Nginx.
Attach a separate VPS as a worker node: it pulls .env from the master site and runs Horizon queues while the app serves users. Heavy jobs don't affect site speed.
APP_ENV=production APP_DEBUG=false # обновлено при привязке базы ↓ DB_CONNECTION=mysql DB_HOST=10.0.0.7 DB_DATABASE=shop DB_USERNAME=shop_user DB_PASSWORD=••••••••
Edit environment variables in the panel, sync them with the server, and when you attach a database DB_* is filled in automatically.
The AI assistant and MCP can run artisan commands on the server — deploys, migrations and cache clearing can be triggered right from the chat.
Stack, deploy, queues and scheduler — from one panel. 7 days free after sign-up.
We use cookies and the Yandex Metrica web-analytics service (including Session Replay) to improve the site. Details are in the privacy policy.