edgewizz / mcqa
There is no license information available for the latest version (dev-master) of this package.
testing
dev-master
2022-07-14 12:21 UTC
This package is auto-updated.
Last update: 2024-10-14 17:13:05 UTC
README
Required a Media table you can generate it with
php artisan make:model Media -m
go to database/migration/create_media_table
$table->id(); $table->string('url'); $table->boolean('active')->default(0); $table->timestamps();
<x-mof.open /> <x-mof.index />