php - Creating CRUD for quiz website using Laravel. Best practices concidering Create part -
i not asking complete solutions, best practices considering uploading quizes website.
a single quiz question may have several answers , image.
my guess having questions in excel spread sheet convenient way administrator load them.
i've found tool handling excel docs: https://github.com/maatwebsite/laravel-excel
but don't know how make easy load images. seems must done in 2 steps: first, load excel spread sheet, load images.
or
images can uploaded cloud , links these images included excell (i came idea during writing question)
but there others, more effecient ways?
Comments
Post a Comment