Prevent old password as new password
rich editor accept filetypes?
I am using Api Service plugin, but don't know how to make validate token
Ability to Extend Resource with Hooks?
Delete hover text
isLimited combined with getTableRecordActionUsing breaks
expandableList
and getTableRecordActionUsing()
The problem is getTableRecordActionUsing()
adds a wrapper button on every cell in the table, but the button to toggle isLimited, is put outside of this wrapper. Thus Alpine throwing an error because the isLimited
alpine object, it outside of the scope of the "show more" button.
...Table with action as a custom modal
Why Repeater items are not sent to the backend ?
->model(Product::class)
->model(Product::class)
Deployment in a subfolder with Laravel and Filament PHP on shared hosting
Disable some CRUD actions
GET /admin/{model}/1/edit
and POST /livewire/update
cant even be accessed.
How do you do that?...Cannot get custom Validation Message for Select Component to work
required
validation.
```php
Select::make('existing_kids')
->label('Select existing family members who will attending this event')
->required(function (Get $get) {...$this->form->getState()
will validate the formIssue with Loading Videos in Filament When Switching Chapters
currentChapter
loads fine initially, but when I switch chapters, new video doesn't load as expected. I have attached the code.
Any kind of help would greatly be appreciated ๐...Unsaved alerts show always pops up even if no changes made - `mask(RawJs::make('$money($input)'))`
Is Filament only backend?
An issue with loading JS when linking to the dashboard
npm run build
+ npm run dev
Laravel Version ..... 11.19.0
...summarizer group label
ttp://vf.test/livewire/upload-file?expires=1722885986&signature=ebe591d90830e2a98241184850295c95095a
valet on-latest-version
valet on-latest-version
composer global require laravel/valet
composer global require laravel/valet
valet install
valet install
valet which-php
valet which-php
Submitting form from Section header action
$set Not working when using with a relationship
$set()
function as you can see. All of this works fine, the fields do get populated with the fetched data. But as soon as I press the save button on my resource, only the postal_code
and the number
get updated the other values reset to their original value before the $set happened ending up with an incorrect record in the database with the updated postal_code
and number
and the outdated street
, city
, province
etc.
Why isn't this working? How do I make this work?
```php...