Download the PHP package furkangm/filament-page-manager without Composer
On this page you can find all versions of the php package furkangm/filament-page-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download furkangm/filament-page-manager
More information about furkangm/filament-page-manager
Files in furkangm/filament-page-manager
Package filament-page-manager
Short Description Filament page manager
License MIT
Homepage https://github.com/furkangm/filament-page-manager
Informations about the package filament-page-manager
Filament page manager
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
Usage
First create page template with make command
Also you can create manually page template with extend \FurkanGM\FilamentPageManager\Templates\PageTemplate
class
After creating page, you should register page template in config file.
If you want register templates without config file, you can use FilamentPageManager
facade.
Customization
You can extend Page
model and PageResource
resource.
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
- Furkan Gezek
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-page-manager with dependencies
filament/filament Version ^2.0
spatie/laravel-package-tools Version ^1.13.5
illuminate/contracts Version ^9.0|^10.0