Package Data | |
---|---|
Maintainer Username: | modmanx |
Maintainer Contact: | simon.mares@gmail.com (Simon Mareš) |
Package Create Date: | 2015-05-29 |
Package Last Update: | 2015-05-29 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:24:25 |
Package Statistics | |
---|---|
Total Downloads: | 49 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 4 |
Total Forks: | 1 |
Total Open Issues: | 0 |
composer require datastat/filemanager
open config/app.php and add
'datastat\FileManager\FileManagerServiceProvider',
php artisan vendor:publish --provider="datastat\FileManager\FileManagerServiceProvider"
Add this to your main template or wherever you would like to have filemanager available @include('filemanager::templates')
bower init
if needed
bower install --save bootstrap toastr lodash jquery-file-upload
include all libraries above. Additional to this include
summernote editor plugin is provided
php artisan migrate
needs env RACKSPACE_USERNAME RACKSPACE_KEY RACKSPACE_REGION RACKSPACE_CONTAINER