Skip to content

Releases: tomatophp/filament-media-manager

v1.1.3

17 Sep 16:51
Compare
Choose a tag to compare

v1.1.2

16 Sep 15:26
Compare
Choose a tag to compare
  • add filament-plugin integration

Full Changelog: v1.1.1...v1.1.2

v1.1.1

12 Aug 08:53
b52dc97
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

24 Jul 11:11
Compare
Choose a tag to compare

Allow User Access

now you can allow user to access selected folder and restract user to access each other folders if the folder is not public on /app/Providers/Filament/AdminPanelProvider.php

->plugin(
    \TomatoPHP\FilamentMediaManager\FilamentMediaManagerPlugin::make()
        ->allowUserAccess()
)

NOTE don't forget to migrate after update the plugin

Folders API

now you can access your media and folders using API you have 2 endpoints

  • /api/folders to get all folders
  • /api/folders/{id} to get folder by id with sub folders and media files

to allow this feature you need to publish the config file by use this command

php artisan vendor:publish --tag="filament-media-manager-config"

then you can set api.active to true on the config file

'api' => [
    "active" => true,
],

Full Changelog: v1.0.10...v1.1.0

v1.0.10

22 Jul 18:46
c882c97
Compare
Choose a tag to compare

What's Changed

  • Fix language files and add break-words to media name by @moh-slimani in #7

New Contributors

  • @moh-slimani made their first contribution in #7

Full Changelog: v1.0.9...v1.0.10

v1.0.9

11 Jul 13:18
f9eb507
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.8...v1.0.9

v1.0.8

08 Jul 15:30
Compare
Choose a tag to compare
  • [Feature] Create Sub Folder inside Folder #3 by @3x1io

Full Changelog: v1.0.7...v1.0.8

v1.0.7

08 Jul 10:09
Compare
Choose a tag to compare
  • fix Error about dependency Iconpicker #2 by @3x1io

Full Changelog: v1.0.6...v1.0.7

v1.0.6

30 Jun 16:52
Compare
Choose a tag to compare

fix multi types

Full Changelog: v1.0.5...v1.0.6

v1.0.5

30 Jun 16:15
Compare
Choose a tag to compare

remove a link from the custom preview

Full Changelog: v1.0.4...v1.0.5