filament-fabricator
filament-fabricator copied to clipboard
Block-Based Page Builder Skeleton for your Filament Apps
Hi, It seems that creating a page without a slug is not possible? i would like to create a home page.. also how would you do a blog with single...
Default routing config is ``` 'routing' => [ 'enabled' => true, 'prefix' => null, // /pages ], ``` With default values, you will receive 404 errors for non-filament routes with...
Hey, great plugin! Is it possible to use the Fabricator with multiple models? would like to use it with pages and posts.. but didnt see anything in the documentation. thanks
Note: this feature is implemented just need to be documented If you add custom columns to Page Model you can use schema slots to add additional fields to the Page...
Initial draft of the new route caching system as described in #116 A few quirks need to be ironed out (mainly completely removing any and all traces of the previous...
## Problem This `getName()` method is called during block registration https://github.com/Z3d0X/filament-fabricator/blob/50f0cc63d86f327d124f380ebb27057f66fce6b4/src/PageBlocks/PageBlock.php#L22-L25 https://github.com/Z3d0X/filament-fabricator/blob/50f0cc63d86f327d124f380ebb27057f66fce6b4/src/FilamentFabricatorManager.php#L78 ## Potential Solution A potential viable solution might be to Explicitly set a name like in Layouts https://github.com/Z3d0X/filament-fabricator/blob/50f0cc63d86f327d124f380ebb27057f66fce6b4/src/Layouts/Layout.php#L11-L16...
When I try to use it inside Docker and run Artisan commands, it always throws this exception: `SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "pages" does not exist LINE 1: select...
Hello, I've been playing around with this awesome package and it does a wonderful job. I are trying to use this to act like a "Page builder" for simple frontend...