##Portfolio Extension
Magento 2 Portfolio gallery with category filter have user-friendly interface to Showcase portfolio, images, video, gallery.
##Support: version - 2.3.,2.4.
##How to install Extension
1. Download the archive file.
2. Unzip the file
3. Create a folder [Magento_Root]/app/code/Risecommerce/Portfolio
4. Drop/move the unzipped files to directory '[Magento_Root]/app/code/Risecommerce/Portfolio'
Using Composer
composer require risecommerce/portfolio
php bin/magento module:enable Risecommerce_Portfolio
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
php bin/magento module:disable Risecommerce_Portfolio
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
After installing the Portfolio extension, you can configure it through the Magento admin panel. The configuration is divided into two main sections: Portfolio Categories and Portfolio Items.
Portfolio Categories allow you to organize your portfolio items into different groups. This helps in managing and displaying the portfolio in a structured manner.
Click the Add New Category button.
Enter the Category Name and other required details.
Click Save Category.
Select a category from the list.
Make the necessary changes.
Click Save Category.
Portfolio Items represent the individual items within your portfolio. Each item can be associated with one or more categories.
Click the Add New Item button.
Enter the Item Name, Content, and other required details.
Select the Categories to which this item belongs.
Upload the Base Image or other media.
Click Save Item.
Select an item from the list.
Make the necessary changes.
Click Save Item.