Eric Blankfield

Results 5 comments of Eric Blankfield

In your `resources/js/app.js` file, add `import 'tw-elements';`. Then, stop and restart `npm run watch`. If you do it this way, you won't need to include the script tag mentioned above...

Sorry to dredge up this old (but still open) issue. I, too, could really use this feature. Any thoughts @jewlofthelotus?

Good point. I was hoping someone could verify. It worked for me on L9, but YMMV in other versions.

My weekend brain was thinks the issue appears to be with `\Doctrine\Inflector`. But simply adding another rule to contradict `'([ti])a$', '\1um'` doesn't solve it. I was able to get the...

Made a [PR over at doctrine/inflector](https://github.com/doctrine/inflector/pull/243).