empari / file by adrianodrix

Management Files for Laravel.
11
0
2
Package Data
Maintainer Username: adrianodrix
Maintainer Contact: suporte@empari.com.br (Team Empari)
Package Create Date: 2017-08-11
Package Last Update: 2017-11-06
Language: PHP
License: MIT
Last Refreshed: 2024-04-27 03:04:08
Package Statistics
Total Downloads: 11
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

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