Filament using Fabricator and Curator Plugins - Basic Introduction

  Рет қаралды 12,811

Jacques van Wyk

Jacques van Wyk

Күн бұрын

Пікірлер: 55
@celinegentner3555
@celinegentner3555 Жыл бұрын
Perfect! Well done this is what i was searching for
@mhondoroinc1768
@mhondoroinc1768 Ай бұрын
may we please have an updated more advanced one, please
@rastovicfilip
@rastovicfilip 18 күн бұрын
Thanks so much for this, I'll use it for my next app
@michael_h
@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
@JacquesvanWyk Жыл бұрын
I will have to look at updates and so another video. Thanks for watching
@mhondoroinc1768
@mhondoroinc1768 Ай бұрын
@@JacquesvanWyk yes yes yes, please make it more advanced! great tutorial by the way
@massimilianosaldan3515
@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
@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
@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
@nielsleemans7678
@nielsleemans7678 7 ай бұрын
Did you find a solution?
@vj-classbento
@vj-classbento 7 ай бұрын
@@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.development
@online.development 2 жыл бұрын
This is so great, much appreciated 🔥
@JacquesvanWyk
@JacquesvanWyk 2 жыл бұрын
Thanks for watching. More coming soon!!
@ventomichael2858
@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
@JacquesvanWyk Жыл бұрын
Yes that is what I have done.
@ventomichael2858
@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
@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
@ventomichael2858 Жыл бұрын
Sorry but I don't understand where I can edit the Page url.@@JacquesvanWyk
@JacquesvanWyk
@JacquesvanWyk Жыл бұрын
Use the slug field @@ventomichael2858
@bane7954
@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
@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
@cooltech5441
@cooltech5441 6 ай бұрын
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?
@khafi22
@khafi22 2 жыл бұрын
thank you ! I like the way you explain things
@JacquesvanWyk
@JacquesvanWyk 2 жыл бұрын
Thank you means a lot. More coming soon!
@JavierMendozaF
@JavierMendozaF Жыл бұрын
Wow amazing! Truly, more than just appreciated! 👏👏👏 That PHPStorm theme tho 🕵‍♂🎨 What's the name of this theme???
@JacquesvanWyk
@JacquesvanWyk Жыл бұрын
Thanks so much!!! At moment I use Ooneex theme
@arisawali5073
@arisawali5073 6 ай бұрын
can i use the fabricator on the index page? i mean on the / ?
@JacquesvanWyk
@JacquesvanWyk 6 ай бұрын
Yes you can
@imaneiman5350
@imaneiman5350 4 ай бұрын
Hi ! Did you try it ?
@mhondoroinc1768
@mhondoroinc1768 Ай бұрын
how did it go? how did you do it
@mindteaserhub
@mindteaserhub Жыл бұрын
Fabricator disappeared from Filamentphp website after V3. Please let me know if there is any alternative to Fabricator please ?
@JacquesvanWyk
@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
@mindteaserhub Жыл бұрын
Thank you so much@@JacquesvanWyk
@ЮлианКръстев-л9п
@ЮлианКръстев-л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
@tomcollins1449 Жыл бұрын
Hi can I add the Fabricator blocks to a custom page that was not create via the standard (fabricator page builder)
@imaneiman5350
@imaneiman5350 4 ай бұрын
Hi ! Did you try it ?
@tomcollins1449
@tomcollins1449 4 ай бұрын
@@imaneiman5350 Yeah I did extend the model and and pageresource then updated the new path in the fabricator config file
@mintdev
@mintdev Жыл бұрын
Thank you! Very useful!
@JacquesvanWyk
@JacquesvanWyk Жыл бұрын
Thanks for watching.
@kmaphane
@kmaphane 2 жыл бұрын
Great video.
@JacquesvanWyk
@JacquesvanWyk 2 жыл бұрын
Thanks for watching. More coming soon!!
@marekgacekdev
@marekgacekdev 2 ай бұрын
cool, thanks !!!
@crashon182
@crashon182 Жыл бұрын
thanks!!
@kingstalker
@kingstalker Жыл бұрын
jy van suid afrika?
@JacquesvanWyk
@JacquesvanWyk Жыл бұрын
Ek is ja.
@kingstalker
@kingstalker Жыл бұрын
@@JacquesvanWyk nice ek sub sommer dadelik
@JacquesvanWyk
@JacquesvanWyk Жыл бұрын
@@kingstalker Dankie !
@atnewsnet
@atnewsnet 8 ай бұрын
how to use multi lang for pages?
Docker Для Начинающих за 1 Час | Docker с Нуля
52:43
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Filament: Curator and Fabricator Plugins for CMS Projects
4:43
Filament Daily
Рет қаралды 5 М.
Step-by-Step Guide to Filament Multi-Tenancy
17:39
Tuto1902
Рет қаралды 11 М.
Integrating Laravel Comments with Filament
1:30:31
Freek Van der Herten
Рет қаралды 8 М.
Making a Landing Page for Foundry VTT
12:37
Occam's Eye
Рет қаралды 101 М.
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.