joaoppcastro
joaoppcastro
FFilament
Created by joaoppcastro on 12/26/2023 in #❓┊help
How to redirect route to panel with id or channel_id?
thanks for explaining !! 🙂
7 replies
FFilament
Created by joaoppcastro on 12/26/2023 in #❓┊help
How to redirect route to panel with id or channel_id?
And I can only log in to an anonymous tab because I'm already logged in as admin
7 replies
FFilament
Created by joaoppcastro on 12/21/2023 in #❓┊help
pxlrbt/filament-spotlight
Sorry about it and thanks for the quick response
9 replies
FFilament
Created by joaoppcastro on 12/14/2023 in #❓┊help
Image fail when uploaded with curator and tiptapEditor
Good Morning @awcodes ya that's it problem solved my APP_URL has the wrong URL, thanks for the help 🙂
9 replies
FFilament
Created by joaoppcastro on 12/14/2023 in #❓┊help
Image fail when uploaded with curator and tiptapEditor
now that you mention it, I ended up running now, deleting the images and inserting them again but the problem keeps me
9 replies
FFilament
Created by joaoppcastro on 12/12/2023 in #❓┊help
unique fails
Even when recording erases it and replaces it with the same one or another one if it is different
16 replies
FFilament
Created by joaoppcastro on 12/12/2023 in #❓┊help
unique fails
The slug is in this resource, but when you save it it will be saved in another table
16 replies
FFilament
Created by joaoppcastro on 12/12/2023 in #❓┊help
unique fails
Yes is another model, so I'm giving the name of the table and column to give SQL errors, which is what I was getting before with ignoreRecord: true
16 replies
FFilament
Created by joaoppcastro on 12/12/2023 in #❓┊help
unique fails
ignoreRecord: true doesn't work which was the first thing I tried
16 replies
FFilament
Created by joaoppcastro on 12/12/2023 in #❓┊help
unique fails
This little code should prevent that, but it's not happening
16 replies
FFilament
Created by joaoppcastro on 12/12/2023 in #❓┊help
unique fails
Like this, you create a page and save it. then if you want to edit the page where you don't change the slug (like enter whether it is active or not or another field. as in the database the slug is the same it will say that it already exists
16 replies
FFilament
Created by joaoppcastro on 12/12/2023 in #❓┊help
unique fails
and the table is the same
16 replies
FFilament
Created by joaoppcastro on 12/12/2023 in #❓┊help
unique fails
supposedly ignorable: new Page, ensures that the current Page model instance is ignored during the uniqueness validation of the specified column in the specified table
16 replies
FFilament
Created by wandiaprianto on 10/25/2023 in #❓┊help
unique multiple columns
Forms\Components\TextInput::make('slug') ->hint('Translatable') ->hintColor('primary') ->hintIcon('heroicon-m-language') ->disabledOn('edit') ->required() ->unique(Sitemap::class, 'slug', ignoreRecord:true) ->maxLength(255),
24 replies
FFilament
Created by wandiaprianto on 10/25/2023 in #❓┊help
unique multiple columns
No description
24 replies