Download the PHP package cube-agency/filament-page-manager without Composer
On this page you can find all versions of the php package cube-agency/filament-page-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cube-agency/filament-page-manager
More information about cube-agency/filament-page-manager
Files in cube-agency/filament-page-manager
Package filament-page-manager
Short Description Page manager for Filament
License MIT
Homepage https://github.com/cube-agency/filament-page-manager
Informations about the package filament-page-manager
Page manager for Filament
Template based Page manager for FilamentPHP
Compatibility
| Package Version | Filament Version |
|---|---|
| 1.x | 3.x |
| 2.x | 4.x |
| 3.x | 5.x |
Installation
You can install the package via composer:
Run install command:
Run migrations (if that was not done on install):
Configuration
You can publish the config file with:
Available Configuration Options
- table_name: The database table name used for pages.
- route_name_prefix: Prefix applied to generated route names.
- route_middleware: Middleware applied to page routes.
- clear_obsolete_route_cache: When set to true, obsolete route-cache metadata is cleared so the scheduler can rebuild routes without deleting the active cache during a request.
- refresh_route_cache: When set to true, the route cache will be safely refreshed after changes by the scheduled package command.
- max_depth: Controls the maximum nesting level of the tree view for pages.
Usage
Add this plugin to your AdminPanelProvider
Create new template(s) according to this readme: Filament Template
Add these templates in config/filament-template.php under "pages" key, for example:
Customization
You can create your own PageResource and override default one in AdminPanelProvider:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Dmitrijs Mihailovs
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-page-manager with dependencies
cube-agency/filament-tree-view Version ^3.0
cube-agency/filament-json Version ^3.0
cube-agency/filament-template Version ^3.0
filament/filament Version ^5.0
spatie/laravel-package-tools Version ^1.15.0