empari/files

Management Files for Laravel.
11
Install
composer require empari/files
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