Filament Plugins

Purchase

Open folder on redirect

This only applies when using the Media Library Item Driver.

It is possible to open a specific folder when redirecting to the Media Library page. This can be done by appending the folder query parameter to the URL.

For example, to open the folder with ID 3, you would redirect to the following URL:

php

use RalphJSmit\Filament\MediaLibrary\Filament\Pages\MediaLibrary;

$url = MediaLibrary::getUrl(['folder' => 3]);
// {panel}/media-library?folder=3
© FilamentPlugins.com ✦ 2022 – 2026 ✦ All rights reserved.