edgewizz / mcqpc
testing
Installs: 215
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
This package is auto-updated.
Last update: 2024-10-17 21:21:01 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 />