meebo
meebo
FFilament
Created by WEBMAS on 3/12/2024 in #❓┊help
How to change the class attribute of Sidebar?
⇂ First, add a new item to the `input` array of `vite.config.js`: `resources/css/filament/admin/theme.css`
⇂ Next, register the theme in the admin panel provider using `->viteTheme('resources/css/filament/admin/theme.css')`
⇂ Finally, run `npm run build` to compile the theme
⇂ First, add a new item to the `input` array of `vite.config.js`: `resources/css/filament/admin/theme.css`
⇂ Next, register the theme in the admin panel provider using `->viteTheme('resources/css/filament/admin/theme.css')`
⇂ Finally, run `npm run build` to compile the theme
11 replies
FFilament
Created by WEBMAS on 3/12/2024 in #❓┊help
How to change the class attribute of Sidebar?
11 replies
FFilament
Created by meebo on 3/13/2024 in #❓┊help
Is there a way to disable the tenant registration?
If this helps anyone else you have to use an observer and global scopes instead of using the filament multitenancy
4 replies
FFilament
Created by WEBMAS on 3/12/2024 in #❓┊help
How to change the class attribute of Sidebar?
The tailwind needs to be compiled with npm run dev or npm run build make sure you read the comments in the box for all steps
11 replies
FFilament
Created by WEBMAS on 3/12/2024 in #❓┊help
How to change the class attribute of Sidebar?
Have to go through and recompile with a custom field I believe.
11 replies
FFilament
Created by meebo on 3/9/2024 in #❓┊help
Update relationship on a conditional field
This fixed it for anyone else looking for this information 🙂
5 replies
FFilament
Created by meebo on 3/9/2024 in #❓┊help
Update relationship on a conditional field
Section::make('Accountant Information')
->relationship('accountant')
Section::make('Accountant Information')
->relationship('accountant')
5 replies
FFilament
Created by meebo on 3/9/2024 in #❓┊help
Update relationship on a conditional field
I think I have solved it by adding a relationship to the section, will test and update accordingly.
5 replies