Hi Nikita,
Ideally you would open an issue on Github, but I will answer it here.
Once your Laravel is up and you can register a user, (that means you already ran composer install
). After that, make sure you run npm install
to download all javascript packages.
You have to be logged in to perform uploads/listings/deleting since the documents will be tied to that specific user.
If that doesn’t work, please create a github issue and send a screenshot of your javascript console.
Before that, open your terminal and run npm run dev
to regenerate webpack.
Make sure that you install your VueJs Chrome component so you can debug your VueJs components.
Adnan