tomatophp/filament-browser

File & Folders & Media Browser With Code Editor

Fund package maintenance!
3x1io

v1.0.0 2024-04-16 12:08 UTC

This package is auto-updated.

Last update: 2024-04-16 12:08:37 UTC


README

Screenshot

Filament browser

Latest Stable Version PHP Version Require License Downloads

File & Folders & Media Browser With Code Editor

Screenshots

Screenshot Screenshot Screenshot Screenshot

Installation

composer require tomatophp/filament-browser

after install your package please run this command

php artisan filament-browser:install

finally reigster the plugin on /app/Providers/Filament/AdminPanelProvider.php

->plugin(\TomatoPHP\FilamentBrowser\FilamentBrowserPlugin::make())

Publish Assets

you can publish config file by use this command

php artisan vendor:publish --tag="filament-browser-config"

you can publish views file by use this command

php artisan vendor:publish --tag="filament-browser-views"

you can publish languages file by use this command

php artisan vendor:publish --tag="filament-browser-lang"

you can publish migrations file by use this command

php artisan vendor:publish --tag="filament-browser-migrations"

Support

you can join our discord server to get support TomatoPHP

Docs

you can check docs of this package on Docs

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

Please see SECURITY for more information about security.

Credits

License

The MIT License (MIT). Please see License File for more information.