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

testing

Installs: 181

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

dev-master 2021-04-23 11:12 UTC

This package is auto-updated.

Last update: 2024-06-23 17:57:13 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 />