fernandor/loomcms

CMS with Filament admin for Laravel

Maintainers

Package info

github.com/romesh-fdo/LoomCMSPackage

pkg:composer/fernandor/loomcms

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2026-06-26 13:14 UTC

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.