hearty5/truefalse

A true false quiz for Laravel.

dev-main 2021-04-27 22:28 UTC

This package is auto-updated.

Last update: 2024-04-28 04:46:22 UTC


README

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.