webduonederland/filament-cms

Highly advanced CMS for your Laravel website built with FilamentPHP!

1.3.4 2025-02-17 15:07 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.