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-10-17 21:26:04 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 />