Comment #⁨3⁩

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?

  1. Toby Toby Waterhole Founder Apr 16, 2024
    In reply to R Ryan Pitts

    Laravel 11 support has been added in 0.4.8 🎉

    @Ryan Pitts Hopefully you're able to switch back over to the official package - let me know if any issues. But for future reference, the command to compile Waterhole's assets is npm run prod.