edgewizz/mcqt

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

testing

dev-master 2021-11-11 07:49 UTC

This package is auto-updated.

Last update: 2024-06-11 13:49:24 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 />