PHPackages                             westaddy/reviews - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. westaddy/reviews

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

westaddy/reviews
================

This package is meant to create a nice review

0199PHP

Since Aug 26Pushed 9y agoCompare

[ Source](https://github.com/westaddy/reviews)[ Packagist](https://packagist.org/packages/westaddy/reviews)[ RSS](/packages/westaddy-reviews/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

```
Installation

Get the package through Composer.

Open composer and require the following:
"require": {
        "westaddy/reviews":"dev-master",
    },
And then include the service provider within app/config/app.php.

'providers' => [
    Westaddy\Reviews\AzzonReviewServiceProvider::class
];

At last you need to publish and run the migration.

	php artisan vendor:publish --provider=Westaddy\Reviews\AzzonReviewServiceProvider && php artisan migrate

Setup a Model
