Download the PHP package tobiasla78/filament-simple-pages without Composer
On this page you can find all versions of the php package tobiasla78/filament-simple-pages. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tobiasla78/filament-simple-pages
More information about tobiasla78/filament-simple-pages
Files in tobiasla78/filament-simple-pages
Package filament-simple-pages
Short Description This is my package filament-simple-pages
License MIT
Homepage https://github.com/tobiasla78/filament-simple-pages
Informations about the package filament-simple-pages
filament-simple-pages
Create pages from within your Filament panel. Intended for privacy policy, imprint, etc.
Features
- Resource in your AdminPanelProvider to create pages
- Customize the URL of your pages
- Optional image field
- View pages from another panel
- View pages from without panels
- Toggle search engine indexing for each page
- Toggle the visibility of the page
- Support for dark mode
Installation
You can install the package via composer:
Install the plugin and run the migrations:
Basic Usage
Add the resource to create pages in your panel
Register the plugin in your AdminPanelProvider:
For example: ->prefixSlug('page')
will set the page URL to http://localhost/admin/page/privacy-policy
.
View pages from another panel
You can make the pages viewable in another Filament panel:
The URL would be http://localhost/user/page/privacy-policy
.
Advanced Usage
- Customisation - Customize resource or publish views
- Register Pages Outside Filament - Make pages viewable outside of Filament
- Upgrade Guide - Upgrade version from 0.x.x to 1.x.x
Support
discussion or Filament PHP Discord
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-simple-pages with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0