| Install | |
|---|---|
composer require empari/files |
|
| License: | MIT |
| Last Updated: | Nov 6, 2017 |
| Links: | GitHub · Packagist |
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