Comment #⁨1⁩

Toby Toby Waterhole Founder Apr 3, 2024

Hi @Ryan Pitts, thanks for your interest in Waterhole! Laravel 11 support is planned, it should be pretty straightforward and I hope to look at it in the next week or so.

  1. In reply to Toby Toby

    Appreciate the response, @Toby! I might be able to hold off until it's ready.

    We just updated our app from 10.x to 11.x and it was pretty painless. Took about a day.

  2. In reply to Toby Toby

    Hey @Toby, just to try and test things out, i forked your repo and upgraded things to work with Laravel 11. I'm just having trouble with getting the assets CSS and js to load. I've not done much with composer packages but I assume they need to be built in the package repo. What command should i use to build them? And is there anything i would need to do within my app to get things to load since I'm using it with a Laravel integration?