arthurmelikyan/quizable

quizable project

dev-main 2021-08-11 11:59 UTC

This package is auto-updated.

Last update: 2024-04-19 15:18:42 UTC


README

Latest Version on Packagist Total Downloads Build Status StyleCI

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require arthurmelikyan/quizable

Usage

For first you need publish package configuration file, here you can change logo, asset url, disk driver for file uploads and migrations configurations. To publish configuration file run php artisan vendor:publish --tag=quizable.config

If you want to change default migration directory, you need to define directory name on quizable.php file. Just change 'migrations_publish_path' => 'subfolder' config parameter. It will publish all the migration files on database/migrations/subfolder directory. If you don't need migration subfolders , you can run php artisan migrate without publishing package migrations

To publish assets run php artisan vendor:publish --tag=quizable.assets

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 arthmelikyan@gmail.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.