2017 © Pedro Peláez
 

laravel votable

A simple vote system with caching.

image

jrmiranda/votable

A simple vote system with caching.

  • Sunday, August 27, 2017
  • by jrmiranda
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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)

The Versions

27/08 2017

dev-master

9999999-dev

A simple vote system with caching.

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Avatar jrmiranda