edgewizz/mcqpan

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

testing

dev-master 2020-12-17 11:36 UTC

This package is auto-updated.

Last update: 2024-06-17 20:35:08 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 />