Cookies ahead

Our support chat tool "Intercom" would like to collect some more data on you. See the related link for more details.

Docs

Examples

These examples show the costs for different real life setups including apps with multiple environments and different software stacks.

Docs

fortrabbit / supported software

from $6.5/mo

©

Laravel hosting

Kindly consider fortrabbit if you're looking for fast and reliable Laravel hosting.

Laravel is a popular open-source PHP framework that was written and is still being led by Taylor Otwell. It's well on its way to becoming the de facto standard for web application frameworks on the internet. It's easy to get started with, yet powerful. It has a vast ecosystem with many third-party services and additional software built on top of it, such as Statamic and October CMS. Laravel is free open source software. The venture backed Laravel Inc also offers commercial hosting services.

We know Laravel well. Our initial platform version was mostly built for Laravel. It was also mostly built with Laravel. Today, we are supporting a wider range of applications. But fortrabbit partly still runs Laravel, side by side with Symfony. Installing Laravel on fortrabbit is straightforward. You deploy your code with git push and let Composer do the rest for you. Extensive docs you can follow from A-Z including deployment and tuning are at your disposal. Eye to eye developer support is included with the service. fortrabbit's Laravel hosting may cost you less than your current solution.

FAQ

How do I deploy a Laravel app to fortrabbit?

Push your repository and the deploy runs Composer, builds the release, and swaps it in atomically. Set your env vars in the dashboard, add a MySQL component, and run `php artisan migrate` over SSH. The `git push` is the deploy — there is no separate FTP step.

#
Can I host an older version of Laravel?

Yes. Your `composer.json` pins the framework version and you pick a matching PHP version for the app, so a legacy Laravel 9 project keeps running while you upgrade on your own schedule. We support a range of current and older PHP releases.

#
Does the Laravel scheduler work on fortrabbit?

Yes. Add a cron job that runs `php artisan schedule:run` every minute and your scheduled tasks fire as normal. Full SSH access means artisan commands, tinker, and migrations all work the way you expect.

#
Can I try Laravel hosting before paying?

Yes. Every new app starts as a free trial — seven days, no credit card. That is enough to push a real Laravel project, connect a database, and check the response times before you decide.

#