Customizations
Customizing The Media Disk
/*
* The disk on which to store added files and derived images by default. Choose
* one of the disks you've configured in config/filesystems.php.
*/
'disk_name' => env('OG_IMAGE_DISK', 'custom_disk'),OG_IMAGE_DISK=custom_diskCustomizing The Media Prefix
/*
* You can specify a prefix for that is used for storing all media. If you set this
* to `/og-images`, all your media will be stored in a `/og-images` directory.
*/
'media_prefix' => env('OG_IMAGE_MEDIA_PREFIX', '/custom-directory'),Customizing The View Template
Accessing The Model Instance
Customizing The File Name
Last updated