Skip to content

empari/file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages