Download the PHP package smartystudio/gallerycrud without Composer
On this page you can find all versions of the php package smartystudio/gallerycrud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download smartystudio/gallerycrud
More information about smartystudio/gallerycrud
Files in smartystudio/gallerycrud
Package gallerycrud
Short Description Gallery management interface for Laravel using Backpack CRUD.
License MIT
Homepage https://github.com/smartystudio/gallerycrud
Informations about the package gallerycrud
GalleryCrud
An admin interface for Laravel Backpack to easily add, edit or remove Galleries.
It uses Glide and provides helper methods to serve the images in frontend blade templates.
Install
-
In your terminal:
-
If your Laravel version does not have package autodiscovery then add the service provider to your config/app.php file:
-
Publish the config file & run the migrations
-
Configuration of file storage in
config/filesystems.php. -
Configuration of file storage in config/elfinder.php:
-
[Optional] Configuration of Glide image path in
config/smartystudio/gallerycrud.php. - [Optional] Add a menu item for it in resources/views/vendor/backpack/base/inc/sidebar.blade.php or menu.blade.php:
How to use the package
This package relies heavily on the elFinder File Manager in Bakpack.
- First create a gallery
- Select some images or upload new ones
- Save the gallery and edit it again
- Now you can edit the captions for the selected images
- Helper methods are now available to load the images using Glide.
image_urlcan be used where the images is from abrowsefield type so it may already include the disk path
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email us instead of using the issue tracker.
Credits
- Martin Nestorov - Web Developer @ Smarty Studio.
- All Contributors
License
The SmartyStudio\GalleryCRUD is open-source software licensed under the MIT license.
All versions of gallerycrud with dependencies
backpack/crud Version 4.1.*
cviebrock/eloquent-sluggable Version ^8.0||^7.0||^6.0||4.8
league/glide Version ^1.7
league/glide-laravel Version ^1.0
league/glide-symfony Version ^1.0
intervention/image Version ^2.2