File Management with VueJS and Laravel

Originally published at: File Management with VueJS and Laravel - Server Side Up

This whole tutorial series: API Driven Development With Laravel and VueJS has been focused on building a single page application with VueJS that’s powered by an API with Laravel. We’ve gone through a variety of requests, but what we haven’t touched on is file uploading. File uploading can be a little tricky by nature, but…

We migrated this post from Disqus to Discourse. Here is a screenshot of the previous comments for reference:

Thanks for this tutorial. There is a laravel vue app. GitHub - isaacdarcilla/hrms: ⚡ Human resource management system built with VueJS, InertiaJS, Lar The problem is that it does not have a migrations folder. There is a .dev file in the repo which contains install instructions, but it is for sqlite… How can I use mysql?

Thanks @ugintl !

I took a look and unfortunately all of migrations are missing. I’d recommend reaching out to the dev and recommend he remove the migrations directory from the .gitignore file: https://github.com/isaacdarcilla/hrms/blob/main/.gitignore so they appear in the repo.