Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 658 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 658 Bytes

Backpack Files

Installation

You can install the package via composer:

composer require serdud/backpack-files

Publish all assets with:

php artisan vendor:publish --provider="Serdud\BackpackFiles\BackpackFilesServiceProvider"

and then run
php artisan migrate

Put into the sidebar_content.blade.php
<li class="nav-item"><a class="nav-link" href="{{ backpack_url(config('backpack.files.route')) }}"><i class="nav-icon la la-photo-video"></i> Files</a></li>

Credits

License

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