jrmiranda / votable
A simple vote system with caching.
dev-master
2017-08-27 21:44 UTC
Requires
- php: >=5.5.9
This package is not auto-updated.
Last update: 2025-06-08 08:01:12 UTC
README
This is a simple Laravel package for help the implementation of a simple vote system with caching.
Installing
Install via composer:
composer require jrmiranda/votable:dev-master
Add the following provider in your config/app.php
:
JrMiranda\Votable\VotableServiceProvider::class,
Publish the config file config/votable.php
:
php artisan vendor:publish --provider="JrMiranda\Votable\VotableServiceProvider"
Run the migrations:
php artisan migrate
Usage
References
License
MIT