hotwired-laravel / turbo-laravel

This package gives you a set of conventions to make the most out of Hotwire in Laravel.
https://turbo-laravel.com
MIT License
793 stars 48 forks source link

Consider including the Turbo JS vendor file and publish to public/vendor/ so no need to install via NPM (might be something for importmap only) #130

Closed tonysm closed 9 months ago

tonysm commented 9 months ago

Not sure if it's worth it. We'd have to release a new version every time Turbo.js gets bumped. I think I prefer relying on NPM/Importmaps for pulling that dependency.