jrmiranda/votable

A simple vote system with caching.

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:laravel

dev-master 2017-08-27 21:44 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:21:43 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