Questions tagged [laravel-filament]
143 questions
-1
votes
1 answer
How to add "description" to a Filament Laravel List Page? (Show some text below the Title)
Here it is the place where i want to place the text on an image
In the picture you can appreciate the place where i want to show some text, that might be like a simple but good looking
tag. Im using Laravel 10, PHP 8 and Filament V2. I know it…

Enrique Muñoz
- 3
- 1
-1
votes
1 answer
Laravel. Attempt to read property on null with accesor
In default way Filament save image as a path/file.name in model column.
I need to teach it to save image in other table files, and in model column save file_id.
I did this. But standard filament component FileUpload doesn't display saved image.
I'm…

Егор
- 1
-1
votes
2 answers
Why trait method of sweebee/filament-char-counter is not found?
I added sweebee/filament-char-counter ^1.1.1 to my filamenphp 2.17.17 app and adding HasCharacterLimit trait (my PHPStorm found it) and using characterLimit method :
...
use…

mstdmstd
- 2,195
- 17
- 63
- 140
-1
votes
1 answer
I am using Filament PHP and Laravel 9. There is no problem in local server but shows multiple livewire detected in the production server
I tried different node js and npm version. Tried composer update/install, npm install/update, npm run dev/buildm and even tried uploading zip file of the project which is running fine in local server. I have no idea what is going wrong.

Sandesh
- 19
- 3
-1
votes
1 answer
Laravel Filament adding data to multiple tables
I need to add data to more than one table with belongsToMany in the project I developed with Laravel filament.
Example DB:
Category: id, name
Anime: id, name, description
AnimeCategory: id, category_id, anime_id
Code:
Anime Resource:…

Mehmet MAŞA
- 1
- 5
-1
votes
1 answer
filament php : How to add a dropdown menu to the left side bar (navigation)
i'm using filament php and i want to add a dropdown menu to the left side bar of my admin panel,
in the documentation there's only how to add a link to the navigation
any idea on how i can do it ?
Thanks

user2224150
- 85
- 2
- 11