Download the PHP package afea/filament-pages without Composer
On this page you can find all versions of the php package afea/filament-pages. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package filament-pages
afea/filament-pages
Custom pages module for the Afea Filament CMS package ecosystem.
Ships:
CustomPagemodel — rich content, SEO, optional table of contents, attachable form- Filament v4
CustomPageResource(form + table + pages) PagesPlugin— register in yourAdminPanelProvider- Public-facing routes registered per the configured routing strategy (slug / resource / localized)
PageController+ overridable Blade views with sticky TOC sidebarafea:install:pages— Laravel Prompts installer
Installation
Then in your AdminPanelProvider:
The table of contents
Each page has an include_toc toggle. Enabling it:
- parses
contentforh2andh3tags, - injects slugged
idattributes onto each heading, - renders a nested list in the shipped
showview.
Override tags via afea-pages.toc.tags. Build your own UI with:
Three common scenarios
1. Switch routing strategy
Set AFEA_PAGES_ROUTING_STRATEGY=resource + AFEA_PAGES_PREFIX=pages — URLs move from /about to /pages/about. No data changes.
2. Override the CustomPage model
3. Render your own theme
Edit resources/views/vendor/afea-pages/show.blade.php. The template receives $page, $seo, $content (with TOC ids already injected) and $toc (nested array).
All versions of filament-pages with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
afea/filament-cms-core Version @dev
filament/filament Version ^4.0
illuminate/contracts Version ^12.0
illuminate/database Version ^12.0
illuminate/support Version ^12.0
laravel/prompts Version ^0.3
afea/filament-cms-core Version @dev
filament/filament Version ^4.0
illuminate/contracts Version ^12.0
illuminate/database Version ^12.0
illuminate/support Version ^12.0
laravel/prompts Version ^0.3
The package afea/filament-pages contains the following files
Loading the files please wait ...