| 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: | 2025-11-04 03:01:16 |
| Package Statistics | |
|---|---|
| Total Downloads: | 11 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Management Files for Laravel.
Execute the following command to get the latest version of the package:
composer require empari/gfiles
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