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

©

Lunar hosting

The Laravel-based shop, deployed with git push — MySQL and cron jobs included.

About Lunar

Lunar is an open source headless e-commerce solution. It's backend is based on the Laravel framework.

Why fortrabbit

Lunar inherits Laravel's deployment story, which is home turf here: git push deploys, migrations over SSH, cron jobs for the scheduler and queues. Start on the free trial and size the components once the store is real.

Different by design

Frequently asked

How do I deploy a Lunar store to fortrabbit?
Git push

Git push - Lunar is a Laravel package, so the host Laravel app deploys with `git push`; Composer runs in the build. Add a MySQL component, run migrations over SSH, and drive the scheduler and queues from cron jobs.

#
Can fortrabbit handle a Lunar store's load?
Yes

Yes - Size the PHP and MySQL components for the catalog and traffic, and scale them up as the store grows. Pricing is per environment, so staging and production are sized independently.

#
Can I host an older version of Lunar?
Yes

Yes - The `composer.json` pins Lunar and its Laravel base, and a matching PHP version is selected per app, so an existing store keeps running while it upgrades.

#
Can I try Lunar hosting before paying?
Yes

Yes - Start a free trial — seven days, no credit card — and deploy a real Lunar store.

#
Does Lunar need a database on fortrabbit?
Yes

Yes - Add a MySQL component and configure it like any Laravel app. MySQL is the common choice for a Lunar catalog and orders.

#