Skip to main content
Credits / Acknowledgements

Capell is built on reliable packages.

These are the main packages and ecosystems that carry the most weight in Capell: the framework, admin UI, interaction layer, styling system, testing tools, data boundaries, media handling, actions, storage, and package management.

Laravel

The application framework behind Capell: routing, queues, auth, validation, console tooling, tests, and the conventions we build on every day.

Filament

The admin UI foundation for Capell resources, forms, tables, actions, panels, and editor-facing workflows.

Livewire

The server-driven interaction layer that keeps Capell admin behaviour close to Laravel and PHP.

Flux UI

The component library we use for clean Livewire interfaces and consistent interaction patterns.

Tailwind CSS

The styling system behind Capell public pages, admin polish, layout utilities, and responsive UI work.

Pest

The testing framework we use for readable feature tests, package checks, and regression coverage.

Spatie Laravel Data

Structured DTOs for moving typed data through package boundaries, actions, forms, and rendering code.

Laravel Actions

Reusable action classes that keep Capell operations out of controllers, resources, and templates.

Symfony Components

The mature PHP building blocks used throughout Laravel and Capell for HTTP, console, process, routing, and more.

Composer

The dependency manager that makes Capell packages, Laravel packages, and update workflows possible.

Package credits

Maintainers, grouped by package.

Laravel

laravel/framework

  • Taylor Otwell

Livewire

livewire/livewire

  • Caleb Porzio

Flux UI

livewire/flux

  • Caleb Porzio

Pest

pestphp/pest

  • Nuno Maduro

Spatie Laravel Data

spatie/laravel-data

  • Ruben Van Assche

Spatie Media Library

spatie/laravel-medialibrary

  • Freek Van der Herten

Laravel Actions

lorisleiva/laravel-actions

  • Loris Leiva

League Flysystem

league/flysystem

  • Frank de Jonge

Symfony Components

symfony/console, symfony/http-client, symfony/http-foundation, symfony/http-kernel, symfony/process, symfony/routing

  • Fabien Potencier
  • Symfony Community
  • Nicolas Grekas

Composer

composer/semver

  • Nils Adermann
  • Jordi Boggiano
  • Rob Bast