Skip to content

iamravigulia/MCQPAn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 />

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published