Super frustrating install
Spent the whole day trying to do a Laravel install and there’s been errors all day. I’m just about done and now I’m getting missing route file errors even though these files are clearly present locally but are not being found command line Heroku. This thing is a mess
Replies (2)
Deleted comment
Hi Dan Mullaney
Sorry for the inconvenience. In the recent tagify version, the tagify.min.js file has been remove by the plugin author. We will fix this in the next version soon.
As a workaround, open this file and edit /starterkit/resources/mix/plugins.js
Edit this line by removing ".min" from the tagify path.
node_modules/@yaireo/tagify/dist/tagify.min.js node_modules/@yaireo/tagify/dist/tagify.js The problem is that tagify.min.js is no longer there, hopefully, this will fix the issue.