Skip to content
Anton Alexeev edited this page Mar 16, 2018 · 3 revisions

Polls package for Laravel

Package to create different type of polls on your site.

Package has routes for create your polls and options, you can add middlware for set access and prefix to manage url

Package has route for voting, but use only authorized user.

Install

composer require orangeshadow/polls:dev-master

then copy config, migration and lang

php artisan vendor:publish OrangeShadow\\Polls\\SeriviceProvider

run migration

php artisan migrate

Clone this wiki locally