-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Anton Alexeev edited this page Mar 16, 2018
·
3 revisions
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.
composer require orangeshadow/polls:dev-master
then copy config, migration and lang
php artisan vendor:publish OrangeShadow\\Polls\\SeriviceProvider
run migration
php artisan migrate