Skip to content

Loom Starter Kit 🚀

The Loom Starter Kit is a production-ready Laravel + Filament setup that lets you start building modern web applications immediately.
It comes pre-configured with essential features, admin dashboard, modular architecture, and ready-to-use resources.


User authentication, registration, and password reset are ready out-of-the-box. Roles & permissions are fully managed via Spatie Permission. Beautiful, responsive admin panel built with Filament. Manage users, roles, permissions, and all modules from one place. Create and manage organizations, teams, and users seamlessly. Built-in notifications system, email confirmations, and optional newsletters. Full-text search and activity logs for users and modules. Activate or deactivate modules like Blog, Shop, and more via Laravel Pennant feature flags.

Loom Starter Kit is modular by design:

  • Enable or disable features in config/loom.php.
  • Each module can have its own routes, resources, views, and seeders.
  • Easily extend the Starter Kit by adding custom modules using php artisan loom:add <module>.

  • Learn how to install Loom Core → /guides/core/
  • Explore available modules and their configuration → /concepts/modules/
  • Check the CLI commands → /reference/commands/