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.
Key Features
Section titled “Key Features”Modules & Extensibility
Section titled “Modules & Extensibility”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>
.
Next Steps
Section titled “Next Steps”- Learn how to install Loom Core →
/guides/core/
- Explore available modules and their configuration →
/concepts/modules/
- Check the CLI commands →
/reference/commands/