edgewizz/mcqanpt

There is no license information available for the latest version (dev-master) of this package.

testing

dev-master 2023-01-17 11:47 UTC

This package is auto-updated.

Last update: 2024-04-17 14:42:06 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 />