transave/scola-cbt
最新稳定版本:2.3.2
Composer 安装命令:
composer require transave/scola-cbt
包简介
A package for conducting computer based aptitude tests for applicants
关键字:
README 文档
README
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
$ composer require transave/scola-cbt
Usage
Follow these steps to use the transave/scola-cbt package
- publish the scola-cbt.php file to your config folder with this command
$ php artisan vendor:publish --tag=cbt-config
- edit
auth_modelinconfig/scola-cbt.phpto your application'sUsermodel class like so
'auth_model' => \App\Models\User::class,
- in your User model, add the package user helper class like so
use Transave\ScolaCbt\Helpers\UserHelper;
class User extends Authenticable
{
use HasApiTokens, HasFactory, Notifiable;
use UserHelper;
}
- you may also publish the package assets like so for the frontend to have access to them
$ php artisan vendor:publish --tag=cbt-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 lubem@raadaa.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.
统计信息
- 总下载量: 253
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-24