Skip to content

hearty5/truefalse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrueFalse

Latest Version on Packagist Total Downloads Build Status

Quiz Example

Installation

Via Composer

$ composer require hearty5/truefalse

Publish

$ php artisan vendor:publish --tag=public --force

Usage

Run the following commands:

composer require laravel/ui
php artisan ui vue
npm install sweetalert --save
npm install && npm run dev

Make sure your database is configured correctly.

php artisan migrate

To load the quiz view add the following line in your routes/web.php file.

Route::get('/', function () {
    return view(‘quiz’);
});

You're all set! Fill in the questions and answers in the database!

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.

About

A true false quiz for Laravel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published