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
This commit is contained in:
jon brookes 2026-01-02 16:56:48 +00:00
parent 6cf8d5dfd4
commit 5ea0ddce23
8 changed files with 874 additions and 10 deletions

View file

@ -8,10 +8,12 @@
"require": {
"php": "^8.2",
"filament/filament": "^4.0",
"filament/spatie-laravel-media-library-plugin": "^4.0",
"laravel/fortify": "^1.30",
"laravel/framework": "^12.0",
"laravel/tinker": "^2.10.1",
"livewire/flux": "^2.9.0"
"livewire/flux": "^2.9.0",
"spatie/laravel-medialibrary": "^11.17"
},
"require-dev": {
"fakerphp/faker": "^1.23",