Search by

fernandor / loomcms

fernandor

CMS with Filament admin for Laravel

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

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.