rapidez / reviews
Rapidez Reviews
5.2.0
2026-09-10 08:01 UTC
Requires
- php: ^8.0
- blade-ui-kit/blade-icons: ^1.8
- rapidez/core: ^5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master
- 5.2.0
- 5.1.0
- 5.0.1
- 5.0.0
- 4.x-dev
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.0
- 3.x-dev
- 3.1.0
- 3.0.0
- 2.x-dev
- 2.0.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.6.1
- 0.6.0
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.1
- 0.4.0
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-fix/google-warnings-4.x
- dev-fix/google-warnings
- dev-bugfix/playwright-cors
This package is auto-updated.
Last update: 2026-09-10 09:01:58 UTC
README
Installation
composer require rapidez/reviews
And run the Rapidez indexer:
php artisan rapidez:index
After that the reviews will show up automatically as it's added within the Rapidez core. If you'd like to change that you can publish the Rapidez Core views with:
php artisan vendor:publish --provider="Rapidez\Core\RapidezServiceProvider" --tag=views
Configuration
If you'd like to show product reviews on out-of-stock product pages you need to enable this setting in Magento:
Stores > Settings > Configuration > Catalog > Inventory > Stock Options > Display Out of Stock Products
Views
If you need to change the views you can publish them with:
php artisan vendor:publish --provider="Rapidez\Reviews\ReviewsServiceProvider" --tag=views
License
GNU General Public License v3. Please see License File for more information.




