Skip to content

Laravel is an open-source PHP web framework built for web application development. It has clean syntax, useful built-in tools, and a large active community. We’ve contributed to the Laravel ecosystem through various open-source packages and pull requests. Taylor Otwell — the creator of Laravel — even mentioned us in a tweet.

We also write about Laravel on our blog, which gets 2–3 thousand visitors per month. Posts cover real problems we’ve run into and how we solved them.

Reactor is our Laravel package that provides scaffolding and frontend tooling for Laravel apps. It cuts down the time you spend on base configuration.

Laravel Breeze gives you a minimal starting point, but Reactor goes further. It includes:

  • An advanced frontend setup
  • Pre-configured ESLint and Prettier
  • Automatic code formatting
  • Linting via Husky hooks
  • A Laravel Pint-based GitHub Workflow
  • Frontend components inspired by shadcn/ui, focused on composability and customization

Statamic is a CMS built on Laravel. It has fast load times, version-controlled content, and a flexible control panel.

We’ve built several Statamic starter kits to help you get a site running fast:

  • Cloud — a straightforward, all-inclusive starter kit.
  • Landtamic — our most popular paid kit, with 100+ design components.
  • Résumé — a kit for building a personal site to showcase your work.

We use Statamic on most projects where clients need a user-friendly CMS.

Filament is a collection of tools for building TALL stack apps. The TALL stack is TailwindCSS, Alpine.js, Livewire, and Laravel. It has a strong community and a large plugin ecosystem that lets you add features quickly.

For projects that need complex admin functionality, we use Filament as our go-to admin panel.