Custom model for spatie media library upload and spatie settings
I want to upload a media (favicon) on laravel settings but it seems they don't work with each other so I thought I create another model called MediaSetting
this is the migration notice it's the same schema as spatie laravel settings
And here's my SeoSettings
and so on here's the important part
Isn't it possible to pass the model (MediaSetting) and it uses this one for file uploads ?
I would appreciate any help
0 Replies