Download the PHP package rayzenai/file-manager without Composer

On this page you can find all versions of the php package rayzenai/file-manager. 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 file-manager

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

RayzenAI File Manager for Filament

The RayzenAI File Manager is a Laravel package built specifically for Filament, providing a user-friendly, SEO-optimized way to manage images and files in your application. It integrates seamlessly with Filament, making it easy to handle file uploads, retrieval, and organization, all while ensuring SEO best practices.

This package is developed and maintained by RayzenTech.

About RayzenTech

RayzenTech is a tech startup based in Nepal focused on creating smart business solutions. We specialize in automating complex processes and making them simple, from business automation to robotic process automation. Our goal is to make life easier with innovative technology.

Learn more about us at RayzenTech.


Installation

Follow these steps to install the package in your Filament-powered Laravel application:

  1. Install the package via Composer:

  2. Publish the configuration file with:

    This will generate a configuration file file-manager.php in config folder where you can customize the file manager settings.

  3. Define the models and their corresponding path names in the configuration file. Example:

Usage in Model

To use the RayzenAI File Manager in your Filament project, you need to implement the HasImages interface in the models that handle file management. Here's how:

  1. Use the HasImages Trait:

    In the model where you want to manage files, use the HasImages trait. This allows your model to manage file uploads and retrievals easily.

    Example:

Explanation:

After setting this up, your Filament-powered model will be ready to handle file uploads, organize them efficiently, and ensure everything is SEO-friendly.


Usage in Resource

ImageUpload

The ImageUpload component works similarly to Filament's FileUpload, but with additional customizations that enhance file management. It systematically saves your files and generates SEO-friendly URLs. Essentially, it extends Filament's FileUpload functionality to improve its usability and performance.

S3Image

The S3Image is an enhanced version of the ImageColumn. It displays images in a table, and when an image is clicked, a larger view opens in a side modal. Like ImageColumn, it is built on top of Filament but includes additional customization features to improve the user experience.

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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


All versions of file-manager with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^3.2
illuminate/contracts Version ^10.0||^11.0
intervention/image Version ^3.9
league/flysystem-aws-s3-v3 Version ^3.29
spatie/laravel-package-tools Version ^1.16
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 rayzenai/file-manager contains the following files

Loading the files please wait ....