Manage your pages urls and build a page using dynamic Section content with drop and drag for FilamentPHP
composer require tomatophp/filament-page-builder
after install your package please run this command
php artisan filament-page-builder:install
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
->plugin(\TomatoPHP\FilamentPageBuilder\FilamentPageBuilderPlugin::make())
you can publish config file by use this command
php artisan vendor:publish --tag="filament-page-builder-config"
you can publish views file by use this command
php artisan vendor:publish --tag="filament-page-builder-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="filament-page-builder-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="filament-page-builder-migrations"
Please see CHANGELOG for more information on what has changed recently.
Please see SECURITY for more information about security.
The MIT License (MIT). Please see License File for more information.