2017 © Pedro Peláez
 

library files

Management Files for Laravel

image

empari/files

Management Files for Laravel

  • Monday, November 6, 2017
  • by adrianodrix
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

Empari/Files

Management Files for Laravel., (*1)

Installation

Composer

Execute the following command to get the latest version of the package:, (*2)

composer require empari/gfiles

Laravel

In your config/app.php add Empari\Files\FilesServiceProvider::class to the end of the providers array:, (*3)

'providers' => [
    ...
    Empari\Files\FilesServiceProvider::class,
],

Publish Configuration, (*4)

php artisan vendor:publish --provider "Empari/Files/FilesServiceProvider"

Migrate the new tables, (*5)

php artisan migrate

The Versions