Download the PHP package idkwhoami/flux-files without Composer

On this page you can find all versions of the php package idkwhoami/flux-files. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package flux-files

Flux Files - Laravel File Manager Package

License: MIT Laravel PHP

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

Requirements

Installation

You can install the package via composer:

Run the installation command to publish the necessary files:

This command will:

Run the migrations:

Configuration

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

Usage

File Browser Component

The file browser component provides a complete file management interface:

Properties:

Events:

File Selection Component

Use this component to add file selection to forms:

Properties:

File Upload Component

For drag-and-drop file uploads:

Properties:

Blade Components

The package provides numerous Blade components for custom implementations:

File Display Components

Navigation Components

Upload Components

Models

The package includes two main models:

File Model

Folder Model

Services

FileStorageService

FileValidationService

Advanced Usage

Multi-tenancy

Enable multi-tenancy in your configuration:

Then use the tenant scope in your queries:

Custom File Types

Add custom file type validation:

Events

Listen for file events:

Custom Views

Publish and customize the views:

Views will be published to resources/views/vendor/flux-files/.

Commands

The package includes helpful Artisan commands:

Install Command

Publishes all necessary files and sets up the package.

Publishing Individual Assets

Testing

Run the package tests:

Run code analysis:

Format code:

Contributing

Please see CONTRIBUTING.md for details on how to contribute to this project.

Security

If you discover any security-related issues, please email the maintainer instead of using the issue tracker.

Credits

License

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

Changelog

Please see CHANGELOG.md for recent changes.


Flux Files - Making file management in Laravel applications elegant and effortless.


All versions of flux-files with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
livewire/flux Version ^2.2.3
livewire/flux-pro Version ^2.2.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package idkwhoami/flux-files contains the following files

Loading the files please wait ...