Laravel Hosting in France - PHP 8.3, Composer, Redis
French Laravel hosting: PHP 8.3, Composer, MySQL 8, Redis, queue workers.
Starting at €2.99/mo
Introduction
By-Hoster runs hosting tuned for Laravel: PHP 8.3 with OPcache and JIT, Composer in CLI, MySQL 8.0, Redis for cache and queues, supervisor for the workers. You install Laravel on our Linux KVM VPS in a few commands. Our team documents the full procedure (Docker Compose or shell scripts) and provides human 24/7 technical support if you get stuck. No proprietary 1-click installer, just a standard, reproducible stack you fully control.
Works with Laravel 9, 10 and 11. A great fit for SaaS apps, dashboards and Laravel REST/GraphQL APIs.
Included features
PHP 8.3 + JIT
Compatible with Laravel 11.
Composer CLI
Available over SSH on every web and VPS plan.
Redis + queues
Cache, sessions, queue workers via supervisor.
Frequently asked questions
Yes. All our web hosting and VPS plans include SSH and Composer in CLI. Connect with ssh user@by-hoster.net then run composer install.
Install Supervisor on a VPS to keep php artisan queue:work running as a daemon. On shared hosting, use queue:work --once via a cron every minute.
Laravel Forge can provision and deploy on any Ubuntu VPS with root access, so it is compatible with By-Hoster. Free alternative: deploy straight via SSH + git pull + composer install + php artisan migrate. Or use Deployer (PHP), GitHub Actions, Envoyer. Our support ships a standard Laravel deploy script.
Yes on a VPS. Install Swoole via pecl install swoole or RoadRunner via composer. Octane delivers 5-10x performance on Laravel requests thanks to app preloading. Great for high-traffic Laravel APIs. Not available on shared hosting (needs system access).
On a VPS, install Redis: apt install redis-server. In the Laravel .env: CACHE_DRIVER=redis, SESSION_DRIVER=redis, QUEUE_CONNECTION=redis, REDIS_HOST=127.0.0.1. On shared Web Pro/Business, Redis is included with credentials in the panel. Session and cache performance jumps instantly.
4 steps: 1) Order a Linux Ubuntu/Debian VPS. 2) git clone your Laravel repo, composer install --no-dev, npm ci && npm run build. 3) Copy your .env (adjust DB_HOST). 4) Import the MySQL dump, php artisan migrate if needed, Nginx config + certbot SSL. Our support can run the migration as a service.