fernandor / loomcms
CMS with Filament admin for Laravel
v1.0.1
2026-06-26 13:14 UTC
Requires
- php: ^8.3
- filament/filament: ~5.6
- laravel/framework: ^13.0
- mwguerra/filemanager: ^2.1
Requires (Dev)
- mockery/mockery: ^1.6
- orchestra/testbench: ^11.0
- phpunit/phpunit: ^12.5
This package is auto-updated.
Last update: 2026-06-26 13:38:25 UTC
README
CMS with Filament admin for Laravel. Content (pages, themes, blocks, components, segments, modules, settings) lives on disk under data/.
Install
composer require fernandor/loomcms php artisan loomcms:install php artisan migrate
Add a media disk to config/filesystems.php, then add the Filament theme to vite.config.js:
'vendor/fernandor/loomcms/resources/css/filament/admin/theme.css',
Run npm install && npm run build.
Development
This package is developed in the LoomCMS monorepo. This repository is an automated mirror of packages/loomcms/, synced on every push to master.
License
MIT — see LICENSE.