share-lt/docs/decisions/004-spatie-media-library
jon brookes 5ea0ddce23 feat: integrate Spatie Media Library and update configuration
- Added Spatie Media Library dependencies to composer.json
- Created media table migration for media management
- Added media library configuration file
- Updated Entry model to support media handling
- Updated .gitignore to exclude Vite files
- Added basic logging to app.js
2026-01-02 16:56:48 +00:00

10 lines
307 B
Text

# 2026-01-02
```bash
php artisan storage:link
composer require "spatie/laravel-medialibrary"
composer require filament/spatie-laravel-media-library-plugin:"^4.0" -W
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="medialibrary-config"
php artisan migrate
```