empari/files

Management Files for Laravel.
11
Install
composer require empari/files
Latest Version:5.5.4
PHP:^7.0
License:MIT
Last Updated:Nov 6, 2017
Links: GitHub  ·  Packagist
Maintainer: adrianodrix

Empari/Files

Management Files for Laravel.

Installation

Composer

Execute the following command to get the latest version of the package:

composer require empari/gfiles

Laravel

In your config/app.php add Empari\Files\FilesServiceProvider::class to the end of the providers array:

'providers' => [
    ...
    Empari\Files\FilesServiceProvider::class,
],

Publish Configuration

php artisan vendor:publish --provider "Empari/Files/FilesServiceProvider"

Migrate the new tables

php artisan migrate

Related Packages

unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMC...

3,540,342 2,152
approached/laravel-image-optimizer

Image optimizer for laravel

144,081 153
plank/laravel-mediable

A package for easily uploading and attaching media files to models with Laravel

1,642,337 827
intervention/image

PHP Image Processing

212,966,155 14,357
barryvdh/laravel-snappy

Snappy PDF/Image for Laravel

26,892,778 2,754