Website Plugin
The Filament CMS Website Plugin is specifically built for website owners who use Filament CMS to manage their website content through the Filament Admin Panel.
To get started with the Filament CMS Website Plugin, follow these steps:
Install the package via composer:
1composer require solution-forest/filament-cms-website-plugin
To publish the configuration files, migrations, and layout files for this plugin, as well as automatically create page data, enter the following command:
1php artisan filament-cms:install
The default layout files are stored under:
1 views2- cms3-- theme4--- default5---- app.blade.php6---- header.blade.php7---- footer.blade.php
By default, the index page of the website has a slug of home. If you wish to customize this slug, you can update the models.cms_page
parameter in the config/filament-cms.php
file and modify your CmsPage model accordingly. Specifically, you will need to change the value of the HOME_SLUG
constant property to your desired slug. Once you have made these changes, run the php artisan optimize:clear command
to clear the cache.
1return [2 ...3 'models' => [4 'cms_page' => \App\Models\CmsPage::class,5 ]6 ...7];
Please see Documentation for more information.
1php artisan vendor:publish --tag=filament-cms-views
1php artisan vendor:publish --tag=filament-cms-translations
In addition to the core functionality of this project, we recommend the following plugins to extend its capabilities:
Here are some of the features and improvements we plan to implement in future releases of this project:
Please note that this roadmap is subject to change and may be updated as we receive feedback and new feature requests from our users. We appreciate any suggestions or ideas you may have for improving this project!
Please see CHANGELOG for more information on what has changed recently.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Please see License File for more information.
Single Project
- Install Filament CMS Website Plugin in 1 project - Includes two activations (local, and production) - 1-year free upgrade.
Unlimited Projects
- Install Filament CMS Website Plugin - in unlimited projects. - Includes unlimited license activations. - 1-year free upgrade.