PHPackages                             idkwhoami/flux-files - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. idkwhoami/flux-files

ActiveLibrary[File &amp; Storage](/categories/file-storage)

idkwhoami/flux-files
====================

A file manager based on FluxUI

0.1.4(10mo ago)04MITPHPPHP ^8.4

Since Aug 26Pushed 10mo agoCompare

[ Source](https://github.com/dev-idkwhoami/flux-files)[ Packagist](https://packagist.org/packages/idkwhoami/flux-files)[ RSS](/packages/idkwhoami-flux-files/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (15)Versions (5)Used By (0)

Flux Files - Laravel File Manager Package
=========================================

[](#flux-files---laravel-file-manager-package)

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)[![Laravel](https://camo.githubusercontent.com/1cf7e76377e33c525ce7f5645f062caa61e32d7f2a143fa261c5cbce90820e67/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31312e782d7265642e737667)](https://laravel.com)[![PHP](https://camo.githubusercontent.com/bfb98d885e37493cddcc01059ebf02a8872de9da37c12691b8bb6d13fcdca735/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e342532422d626c75652e737667)](https://php.net)

A modern, elegant file manager package for Laravel applications built with FluxUI and Livewire. Provides a complete file management solution with drag-and-drop uploads, folder navigation, file selection components, and comprehensive file operations.

Features
--------

[](#features)

- 🗂️ **File Browser**: Navigate through folders with breadcrumb navigation
- 📤 **File Upload**: Drag-and-drop file uploads with progress indication
- 🎯 **File Selection**: Easy file picker component for forms
- 📁 **Folder Management**: Create, rename, and delete folders
- 🔄 **File Operations**: Rename and delete files
- 🎨 **FluxUI Integration**: Beautiful, responsive UI components
- 🌓 **Dark Mode**: Automatic light/dark mode compatibility
- 🏗️ **Multi-tenancy**: Built-in tenant isolation support
- 📱 **Responsive**: Mobile-friendly design
- 🔒 **Validation**: Comprehensive file type and size validation

Requirements
------------

[](#requirements)

- PHP 8.4 or higher
- Laravel 11.x
- Livewire Flux 2.2.3+
- Livewire Flux Pro 2.2.3+

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require idkwhoami/flux-files
```

Run the installation command to publish the necessary files:

```
php artisan flux-files:install
```

This command will:

- Publish the configuration file
- Publish the database migrations
- Publish the models to your app
- Publish language files

Run the migrations:

```
php artisan migrate
```

Configuration
-------------

[](#configuration)

The configuration file is published to `config/flux-files.php`. Here are the main configuration options:

```
