Here's one example: https://laracasts.com/discuss/channels/laravel/uploading-multiple-files-using-multiple-file-uploads-and-storing-the-names-in-database
But there are several post on Multiple Image Upload you can look over. https://laracasts.com/discuss?q=multiple+image+upload
The controller method backend is basically the same whether vue, jquery, or no js is used, except the way to redirect.