Download the PHP package webstone/laravel-backpack-gallery-crud without Composer
On this page you can find all versions of the php package webstone/laravel-backpack-gallery-crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webstone/laravel-backpack-gallery-crud
More information about webstone/laravel-backpack-gallery-crud
Files in webstone/laravel-backpack-gallery-crud
Package laravel-backpack-gallery-crud
Short Description Gallery management interface for Laravel using Backpack CRUD.
License MIT
Homepage https://gitlab.com/seandowney/laravel-backpack-gallery-crud
Informations about the package laravel-backpack-gallery-crud
SeanDowney\BackpackGalleryCrud
An admin interface to easily add/edit/remove Gallery, using Laravel Backpack.
It uses Glide and provides helper methods to serve the images in frontend blade templates.
Install
1) In your terminal:
2) If your Laravel version does not have package autodiscovery then add the service provider to your config/app.php file:
3) Publish the config file & run the migrations
4) Configuration of file storage in config/filesystems.php.
5) Configuration of file storage in config/elfinder.php:
6) [Optional] Configuration of Glide image path in config/seandowney/gallerycrud.php.
7) [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 sean at considerweb dot com instead of using the issue tracker.
Credits
- Seán Downey - Lead Developer
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-backpack-gallery-crud with dependencies
backpack/crud Version ^5.0.0
cviebrock/eloquent-sluggable Version ^6.0|^7.0|^8.0|^9.0|^10.0
webstone/glide-symfony Version ^1.0|^2.0|^3.0