webduonederland / filament-cms
Highly advanced CMS for your Laravel website built with FilamentPHP!
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^8.3
- filament/filament: ^3.2
- joshembling/image-optimizer: ^1.4
- laravel/framework: ^11.0
- livewire/livewire: ^3.4
- outerweb/filament-translatable-fields: ^2.0
- spatie/laravel-sitemap: ^7.2
Requires (Dev)
- larastan/larastan: ^2.0
- laravel/pint: ^1.15
- orchestra/testbench: ^9.0
- dev-main
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.1.0
- 0.0.2
- 0.0.1
- dev-feature/footer-links-in-globals
- dev-feature/upgrade-phpstan-neon-file
- dev-feature/change-redirect-middleware-return-type
- dev-feature/change-route-loading
- dev-feature/update-readme-for-filament
- dev-feature/sitemap
This package is auto-updated.
Last update: 2025-02-17 15:07:42 UTC
README
Highly advanced CMS for your Laravel website built with FilamentPHP!
Requirements
- Laravel 11 or higher
- PHP 8.3 or higher
Installation
You can install the package via composer:
composer require webduonederland/filament-cms
After installing the package, make sure you setup the Filament assets:
php artisan filament:assets
Publish the config file:
php artisan vendor:publish --provider="WebduoNederland\FilamentCms\FilamentCmsServiceProvider" --tag="config"
Run the migrations:
php artisan migrate
Add the following command to your composer.json post-autoload-dump:
"post-autoload-dump": [ // ... "@php artisan filament:upgrade" ],
Creating an admin
php artisan filament-cms:create-user
Accessing the CMS
The CMS can be accessed through the /cms
path.
Create your first component
php artisan filament-cms:create-component
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.