Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bagisto/bagisto-image-gallery
The Laravel eCommerce Image Gallery allows the admin to add/manage images into various galleries and galleries into various groups according to requirements.
https://github.com/bagisto/bagisto-image-gallery
ecommerce image-gallery image-gallery-extension laravel opensource
Last synced: 4 days ago
JSON representation
The Laravel eCommerce Image Gallery allows the admin to add/manage images into various galleries and galleries into various groups according to requirements.
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-image-gallery
- Owner: bagisto
- License: mit
- Created: 2022-01-12T09:44:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T01:37:31.000Z (almost 3 years ago)
- Last Synced: 2024-03-24T00:26:31.762Z (8 months ago)
- Topics: ecommerce, image-gallery, image-gallery-extension, laravel, opensource
- Language: PHP
- Homepage: https://bit.ly/3I2bb4Q
- Size: 44.9 KB
- Stars: 3
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG for v1.3.x.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Bagisto Image Gallery add-on allows the admin to add/manage images into various galleries and galleries into various groups according to requirements.
This is the best gallery add-on for the Bagisto platform and in this module, everything is configured by the admin. The admin can even allow the style for opening and closing the ImageIt packs in lots of demanding features that allows your business to scale in no time:
- Admin can add Images , Images Title, Description text .
- Admin can add Gallery using Images text .
- Admin can add Group of Gallery .
- Admin can allow the style for opening and closing the Image.
- Admin can allow to show the title of image.
- Admin can decide also the position of title.
- User will able to see Galleries on Home Page.
- User can see all the Images while clicking on the Gallery
- For seeing any particular image user can click on any image and from there can also control the image to see next or previous image.## Requirements:
- **Bagisto**: 1.3.1
## Installation :
- Run the following command
```
composer require bagisto/bagisto-image-gallery
```- Goto config/concord.php file and add following line under 'modules'
```php
\Webkul\ImageGallery\Providers\ModuleServiceProvider::class
```- Run these commands below to complete the setup
```
composer dump-autoload
``````
php artisan migrate
php artisan route:cache
php artisan config:cache
``````
php artisan vendor:publish --force
```
-> Press the number before "ImageGalleryServiceProvider" class and then press enter to publish all assets and configurations.- Goto config/app.php file and set your 'default_country'
> That's it, now just execute the project on your specified domain.