2017 © Pedro Peláez
 

library laravel-filemanager

image

saeedvaziry/laravel-filemanager

  • Thursday, June 7, 2018
  • by saeedvaziry
  • Repository
  • 1 Watchers
  • 3 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

StyleCI, (*1)

Laravel Filemanager

This is a simple laravel package that allows you to manage your files in your application., (*2)

Requirements

  • Laravel 5.2

Demo

  • https://github.com/saeedvaziry/laravel-filemanager/wiki/Demo

Install

Via Composer, (*3)

Add saeedvaziry/laravel-filemanager": "0.0.*" to your composer.json file and run composer update, (*4)

Add this line to config/app.php in providers array., (*5)

``` php SaeedVaziry\LaravelFilemanager\LaravelFilemanagerServiceProvider::class,, (*6)


And then : ``` bash $ php artisan vendor:publish

Configuration

Open config/filemanager.php and change what you need., (*7)

Contributing

Make a PR, (*8)

Security

If you discover any security related issues, please email sa.vaziry@gmail.com instead of using the issue tracker., (*9)

Credits

  • [Saeed Vaziry][https://github.com/saeedvaziry]

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions