Download the PHP package semilara/filemanager without Composer
On this page you can find all versions of the php package semilara/filemanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download semilara/filemanager
More information about semilara/filemanager
Files in semilara/filemanager
Package filemanager
Short Description Filemanager for Laravel for images
License MIT
Informations about the package filemanager
Laravel Imagemanager
Laravel Image Manager for v5.8.
Installation
-
Add in your
-
Run from your terminal.
-
Add ServiceProvider to Providers array in
- Publish
Usage
-
Add site's non public url to .env's
-
Add these scripts to footer of the page you want to set filemanager to, or set it on global footer
- Add these to tag
Note: No need to add csrf-token,app.js and app.css if you are already added.
- Add following code to blade file enable file manager
Note : if you want to use multiple thumbnails on single page then make sure to make id="thumb-placement" unique and take name="image" as an array name="image[]"
Change config
All the default config are set in
-
Change default folder to load in imagemanager, update imagemanager_path variable. Path should be from root folder
-
Change supported image types, update allowed_file_extension and allowed_file_mime_types variables.
- Change Imagemanager list thumbnail width and height, update thumbnail_height and thumbnail_weight variables.
Credit
- @opencart We are inspired by Opencart's Filemanager and have used the code to develop this package.
- @savanihd Got inspired by Hardik's code (https://www.itsolutionstuff.com/post/how-to-implement-infinite-ajax-scroll-pagination-in-laravel-5example.html) for lazyloading in image manager