Download the PHP package ssh521/laravel-file-manager without Composer

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

Laravel File Manager

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

A modern and elegant file manager for Laravel applications with drag & drop upload, folder management, and image preview capabilities built with Tailwind CSS 4.0.

📦 GitHub Repository: https://github.com/ssh521/laravel-file-manager.git

Features

Screenshots

Modern Tailwind CSS 4.0 interface with drag & drop functionality, breadcrumb navigation, and real-time image previews.

Installation

You can install the package via composer:

The package will automatically register itself using Laravel's package auto-discovery.

Publish Assets (Optional)

Publish the configuration file:

Publish views for customization:

Storage Setup

Make sure your storage is properly linked:

Usage

Basic Usage

The file manager will be automatically available at /file-manager route.

You can also create a link to the file manager in your application:

Configuration

After publishing the configuration file, you can customize the behavior in config/file-manager.php:

Integration with Your Application

Add Navigation Link

Custom Back Button

Set the back route in your config:

Middleware Protection

Configure authentication and authorization:

Configuration Options

Storage Configuration

Route Configuration

File Upload Restrictions

UI Customization

Security Features

API Endpoints

The package provides these endpoints:

Customization

Custom Views

Publish the views and modify them:

Views will be published to resources/views/vendor/file-manager/

Custom Styling

The package uses Tailwind CSS 4.0 and Font Awesome 6 icons loaded via CDN. You can override styles by publishing the views and adding custom CSS, or by customizing the Tailwind classes directly.

Extending the Controller

You can extend the FileManagerController to add custom functionality:

Requirements

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

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

Changelog

v1.0.0


All versions of laravel-file-manager with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^11.0|^12.0
illuminate/support Version ^11.0|^12.0
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 ssh521/laravel-file-manager contains the following files

Loading the files please wait ...