How to set tags to a TagsInput using $set
searchable method makes columns all same width
Need help with DateTimePicker
Forms\Components\DateTimePicker::make('check_in') ->label('Check-In') ->seconds(false)...
All Tenants option
Add styling to heading ?
->heading(new HtmlString('<span class="text-blue-500">Identité</span>'))
->heading(new HtmlString('<span class="text-blue-500">Identité</span>'))
tailwind.config.js
to scan for classes inside your directory as './app/Filament/**/*.php'
, etc...Change the URL path of the Navbar in the Admin Panel
Uploading File Gives [Method Not Allowed] error when uploaded via filepond
The GET method is not supported when for route Livewire/upload-file.
I am working on it locally at the moment. I am using Laravel 11.x with Laragon. Serving from public folder. I am not using php artisan serve to serve
app....Accessing Repeater field from JS code in view
Laravel 11 filament 3.2 panel installation issue
php artisan filament:install --panels
after that I can't access anything anymore, because of the error syntax error, unexpected token "\", expecting "]"
that is caused by the import of this provider: App\Providers\Filament\1PanelProvider::class
. My research is not helpful, some sources say this version is incompatible with Laravel 11 others say 3.2.57 should work. So what's the truth?1
as the panel ID, which resulted in the creation of the 1PanelProvider.php class. Maybe this is the issue. Try to create a panel with a string identifier, such as admin
Problem with Admin Panel Authentication - 403 Forbidden on Production
Admin
model and set up a new guard admin
in config/auth.php
:...Help with action modal
switchHotelAction
Then, use
{{ $this->switchHotelAction }}
...Searchable in select blade
addaction - refresh repeater
->addaction
to customise the addition of a repeater, how do I make it so that repeater refreshes with the latest data.
At the moment, the data is going into the database, but I have to close the form down and re-open to see the new entry....Blank Pages
"filament/filament": "^3.2"
...Is it possible to send POST data with `MenuItem::postAction()`?
MenuItem
in my Panel
that I want to send a POST
with:
```php
MenuItem::make()
->label(
fn () => locale() === 'nl' ? 'English' : 'Nederlands'...Is it considered general practice to include generated contents of /public in source control?
Livewire Table export action export 1 row
modal form passing value from the action
{{ ($this->subscribeMemberAction)(['member_id' => $member->id]) }}
{{ ($this->subscribeMemberAction)(['member_id' => $member->id]) }}
Validate on suffixAction
Multi-Select Losing State (with HTML option)
->searchable()
and ->multiple()
...