Laravel 5 Cached like/dislike System
This is a simple Laravel package for help the implementation of a simple vote system with caching., (*1)
Installing
Install via composer:, (*2)
composer require jrmiranda/votable:dev-master
Add the following provider in your config/app.php
:, (*3)
JrMiranda\Votable\VotableServiceProvider::class,
Publish the config file config/votable.php
:, (*4)
php artisan vendor:publish --provider="JrMiranda\Votable\VotableServiceProvider"
Run the migrations:, (*5)
php artisan migrate
Usage
References
License
MIT, (*6)