ricardorsierra / lalottery
Add a lottery system to any Laravel apps.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 16
Language:JavaScript
Requires
- php: >=5.6.4
- donatj/phpuseragentparser: ^0.5.3
- illuminate/support: 5.4.*
- laracasts/flash: ~1.0
- laracasts/presenter: 0.1.*
Requires (Dev)
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^0.9.4
- orchestra/testbench: 3.4.*|3.4-dev
- phpunit/phpunit: ~5.7
This package is not auto-updated.
Last update: 2020-01-06 18:47:08 UTC
README
Lalottery provides a lottery system with dashboard and code-driven configuration for your Laravel.
Installation
Note: Lalottery is currently in beta.
Lalottery requires Laravel 5.4, which is currently in beta, and PHP 7.1+. You may use Composer to install Lalottery into your Laravel project:
composer require ricardorsierra/lalottery
After installing Lalottery, publish its assets using the vendor:publish
Artisan command:
php artisan vendor:publish --provider="Ricardorsierra\Lalottery\LalotteryServiceProvider"
Configuration
After publishing Lalottery's assets, its primary configuration file will be located at config/lalottery.php
.
Web Dashboard Authentication
Lalottery exposes a dashboard at /lalottery
.