Julien B. (aka yebor974)
Send Email
Need more information to help.
Do you have the confirmation modal on click ?
What is the data array ? You have only these injections on table actions : https://filamentphp.com/docs/3.x/tables/actions#table-action-utility-injection
The table is about invoices list ?
10 replies
Uploads Larger Than 16MB
In my opinion, it seems it's not an Apache/PHP issue; otherwise, you would get an error in the errors.log file.
How is your FileUpload component configured in form ? Have you set a maxSize ?
The error appears after how much time (upload) ?
33 replies
Change side bar background color
You need to create a custom theme like this : https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme
This will create a css file in your /resources/css/filament directory (named theme.css for your panel). And next you can add your customized class on it, like :
dont forget run npm or yarn build / dev
7 replies
Change side bar background color
You have information about it on https://filamentphp.com/docs/3.x/support/style-customization
You can manage a theme and use .fi-sidebar and others to declare css.
7 replies