2017 © Pedro Peláez
 

library lalottery

Add a lottery system to any Laravel apps.

image

ricardorsierra/lalottery

Add a lottery system to any Laravel apps.

  • Wednesday, August 16, 2017
  • by ricardorsierra
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 12 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Introduction

Lalottery provides a lottery system with dashboard and code-driven configuration for your Laravel., (*1)

Installation

Note: Lalottery is currently in beta., (*2)

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:, (*3)

composer require ricardorsierra/lalottery

After installing Lalottery, publish its assets using the vendor:publish Artisan command:, (*4)

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., (*5)

Web Dashboard Authentication

Lalottery exposes a dashboard at /lalottery., (*6)

The Versions

16/08 2017

dev-master

9999999-dev

Add a lottery system to any Laravel apps.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ricardo Rebello Sierra