2017 © Pedro Peláez
 

library laravel-quiz

A simple Laravel Quiz package

image

leobeal/laravel-quiz

A simple Laravel Quiz package

  • Wednesday, May 23, 2018
  • by leobeal
  • Repository
  • 2 Watchers
  • 4 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 6 Versions
  • 30 % Grown

The README.md

LaravelQuiz

Latest Version on Packagist ![Total Downloads][ico-downloads] Build Status StyleCI, (*1)

LaravelQuiz is a simple Questions package., (*2)

Installation

Via Composer, (*3)

Instalation

``` bash composer require leobeal/laravel-quiz, (*4)


You can publish the config with: ```bash php artisan vendor:publish --provider="Leobeal\LaravelQuiz\QuizServiceProvider"

Change config/quiz.php according to your needs., (*5)

  • The migrations won't be published and will be executed from the vendor folder.

After changing the config, run the migrations, (*6)

php artisan migrate

Add the Quizzable Trait to your model, (*7)

use Illuminate\Database\Eloquent\Model;
  use Leobeal\LaravelQuiz\Model\Quizzable;
  
  class Course extends Model
  {
     use Quizzable;
  
     // ...
  }
  

License

This package is open-sourced software licensed under the MIT license., (*8)

The Versions

23/05 2018

dev-master

9999999-dev https://github.com/leobeal/laravelquiz

A simple Laravel Quiz package

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel quiz questions and answers laravelquiz

23/05 2018

dev-analysis-XlDvvk

dev-analysis-XlDvvk https://github.com/leobeal/laravelquiz

A simple Laravel Quiz package

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel quiz questions and answers laravelquiz

23/05 2018

1.0.3

1.0.3.0 https://github.com/leobeal/laravelquiz

A simple Laravel Quiz package

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel quiz questions and answers laravelquiz

18/05 2018

1.0.2

1.0.2.0 https://github.com/leobeal/laravelquiz

A simple Laravel Quiz package

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel quiz questions and answers laravelquiz

14/05 2018

1.0.1

1.0.1.0 https://github.com/leobeal/laravelquiz

A simple Laravel Quiz package

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel quiz questions and answers laravelquiz

14/05 2018

1.0.0

1.0.0.0 https://github.com/leobeal/laravelquiz

A simple Laravel Quiz package

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel quiz questions and answers laravelquiz