jrmiranda/votable

A simple vote system with caching.

Maintainers

Package info

github.com/jrmiranda/votable

Issues

Type:laravel

pkg:composer/jrmiranda/votable

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is not auto-updated.

Last update: 2026-03-15 11:32:38 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