kiendaotac / filament-fabricator
Block-Based Page Builder Skeleton for your Filament Apps
Requires
- php: ^8.1
- filament/filament: ^3.0
- filament/spatie-laravel-translatable-plugin: ^3.2
- illuminate/contracts: ^9.0 | ^10.0 | ^11.0
- pboivin/filament-peek: ^2.0
- spatie/laravel-package-tools: ^1.13.5
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.0 | ^8.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.0 | ^9.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- pestphp/pest-plugin-livewire: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-10-16 09:22:51 UTC
README
What is Filament Fabricator? Filament Fabricator is simply said a block-based page builder skeleton. Filament Fabricator takes care of the PageResource & frontend routing, so you can focus on what really matters: your Layouts & Page Blocks.
Installation
You can install the package via composer:
composer require z3d0x/filament-fabricator
After that run the install command:
php artisan filament-fabricator:install
Register a FilamentFabricatorPlugin
instance in your Panel provider:
use Z3d0X\FilamentFabricator\FilamentFabricatorPlugin; //.. public function panel(Panel $panel): Panel { return $panel // ... ->plugins([ FilamentFabricatorPlugin::make(), ]); }
Compatibility
Documentation
Documentation can be viewed at: https://filamentphp.com/plugins/z3d0x-fabricator
Screenshots
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ziyaan Hassan
- Patrick Boivin - Filament Peek
- All Contributors
License
The MIT License (MIT). Please see License File for more information.