使用https://filamentphp.com/plugins/filament-spatie-media-library 使用Composer安装插件:
Marden 未填写
spatie-laravel-tags-pluginPublic [READ ONLY] Subtree split of the Filament spatie/laravel-tags Plugin (see filamentphp/filament) spatie-laravel-media-library-pluginPublic [READ ONLY] Subtree split of the Filament spatie/laravel-medialibrary Plugin (see filamentphp/filament)...
SpatieMediaLibraryFileUpload panelLayout Grid bug medium priority unconfirmed #15394 opened Jan 21, 2025 by danielreales7 1 Extending profile page throws an exception: Unable to find component: [app.filament.pages.auth.edit-profile] bug medium priority unconfirmed #15374 opened Jan 18, 2025 ...
we need the Media Library plugin to be installed and migrated you can use this command to publish the migration php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="medialibrary-migrations" now you need to publish your migrations php artisan vendor:publish...
I have the following code to test a SpatieMediaLibraryFileUpload in Filament, which has the name avatar. $file = UploadedFile::fake()->create('screenshot.txt'); $d = livewire(Customers::class) ->set('data.avatar', $file) ->call('create'
UpdatedJan 22, 2025 PHP bezhanSalleh/filament-shield Sponsor Star2k Code Issues Pull requests The easiest and most intuitive way to add access management to your Filament Panel; Resources, Pages & Widgets through `spatie/laravel-permission`
use Filament\Forms\Components\SpatieMediaLibraryFileUpload; class DynamicContentResource extends Resource class DynamicContentResource extends TenancyBaseResource { protected static ?string $model = DynamicContent::class; Expand Down 3 changes: 2 additions & 1 deletion 3 app/Filament/Resources/PostResourc...
When using SpatieMediaLibraryFileUpload::make('avatar') , after submit it will also do infinite request. Member danharrin commented Mar 15, 2022 Cannot replicate this either, using your repo. Screen.Recording.2022-03-15.at.08.50.20.mov Also make sure that you have a Livewire property ...