Perfect! Well done this is what i was searching for
@mhondoroinc1768Ай бұрын
may we please have an updated more advanced one, please
@rastovicfilip18 күн бұрын
Thanks so much for this, I'll use it for my next app
@michael_h Жыл бұрын
Thank you for the excellent tool and tutorial! Some changes with curator v2.5.3: The MediaPicker object is no longer supported (18:27). I replaced it with: CuratorPicker::make('image') ->label('HeroImage') ->buttonLabel('UploadImage') ->color('primary') ->outlined(false) ->size('md') The Blade Helper component is no longer supported (23:02). I used the Curation Blade Component instead, but then had to create a named curation: Is there a better way?
@JacquesvanWyk Жыл бұрын
I will have to look at updates and so another video. Thanks for watching
@mhondoroinc1768Ай бұрын
@@JacquesvanWyk yes yes yes, please make it more advanced! great tutorial by the way
@massimilianosaldan3515 Жыл бұрын
Hello beautiful tutorial. How can I manage meta description for each page? How can I create a general menu to use on all pages?
@JacquesvanWyk Жыл бұрын
there is a dicsussion on plugin github repo that you can read to get info on that github.com/Z3d0X/filament-fabricator/discussions/80
@vj-classbento Жыл бұрын
Nice overview of filament fabricator.. I was wondering if anyone managed to make it work in a multitenant environment? Where there can be multiple users having their own backend panels and creating frontend pages for themselves
@nielsleemans76787 ай бұрын
Did you find a solution?
@vj-classbento7 ай бұрын
@@nielsleemans7678 yes, I did managed to get it working. Had to do some custom coding for the frontend and managed to make it work like a cms for managing multiple websites by users.
@online.development2 жыл бұрын
This is so great, much appreciated 🔥
@JacquesvanWyk2 жыл бұрын
Thanks for watching. More coming soon!!
@ventomichael2858 Жыл бұрын
Hi, thanks you for this tutorial, just one question about it, how can I set a home page, so the url should be '/' ?
@JacquesvanWyk Жыл бұрын
Yes that is what I have done.
@ventomichael2858 Жыл бұрын
@@JacquesvanWyk I don’t see it in the video, I see that you worked with the welcome blade file but there is no block in this file. Could you tell me which minute it is in the video ? Thanks !
@JacquesvanWyk Жыл бұрын
@@ventomichael2858 sorry I meant to say that is what I have done in projects dont know if I actually did in this video but you can do it with just / . Just remember to remove in routes/web.php if there is a current / route because that will override
@ventomichael2858 Жыл бұрын
Sorry but I don't understand where I can edit the Page url.@@JacquesvanWyk
@JacquesvanWyk Жыл бұрын
Use the slug field @@ventomichael2858
@bane7954 Жыл бұрын
10:39 when i try to insert the @vite() gives me this error: Manifest screw not found at: C:\laragon\www\test5-crm\public\build/manifest.json how do i fix it
@tomcollins1449 Жыл бұрын
don't know if you fixed it but run "npm run dev" for development since is the similar to the "npm run build" prior to production
@cooltech54416 ай бұрын
can I use it to build frontend with react/vue that call it by api? e.g: vue/react will call api of page content and api return is html, then render it to dom?
@khafi222 жыл бұрын
thank you ! I like the way you explain things
@JacquesvanWyk2 жыл бұрын
Thank you means a lot. More coming soon!
@JavierMendozaF Жыл бұрын
Wow amazing! Truly, more than just appreciated! 👏👏👏 That PHPStorm theme tho 🕵♂🎨 What's the name of this theme???
@JacquesvanWyk Жыл бұрын
Thanks so much!!! At moment I use Ooneex theme
@arisawali50736 ай бұрын
can i use the fabricator on the index page? i mean on the / ?
@JacquesvanWyk6 ай бұрын
Yes you can
@imaneiman53504 ай бұрын
Hi ! Did you try it ?
@mhondoroinc1768Ай бұрын
how did it go? how did you do it
@mindteaserhub Жыл бұрын
Fabricator disappeared from Filamentphp website after V3. Please let me know if there is any alternative to Fabricator please ?
@JacquesvanWyk Жыл бұрын
Work is being done to get this up again by plugin author. I will make new video as soon as this gets out.
@mindteaserhub Жыл бұрын
Thank you so much@@JacquesvanWyk
@ЮлианКръстев-л9п7 ай бұрын
Hi, is anyone having a problem with Curator on Laravel 11 ? First after importing awcodes/filament-curator/resources/css/plugin.css - missing styles and after registering the plugin's resources with the Panel provider, missing >resource(\App\Filament\Resources\CustomMediaResource::class)? This is on Laravel 11.10 and Filament v3.2.86.
@tomcollins1449 Жыл бұрын
Hi can I add the Fabricator blocks to a custom page that was not create via the standard (fabricator page builder)
@imaneiman53504 ай бұрын
Hi ! Did you try it ?
@tomcollins14494 ай бұрын
@@imaneiman5350 Yeah I did extend the model and and pageresource then updated the new path in the fabricator config file