Skip to main content
Pricing Community Docs Get Started GitHub My Account
Community
Search
Log In
Log In Sign Up
D

Dorian Dominguez

Joined Apr 21, 2024 Last seen May 10, 2025
Posts 1 Comments 3

⁨Dorian Dominguez⁩'s Comments

Newest Top
Newest Top
    1. ❓ Support
    2. Issue with user names and avatars display wrong users and deleted users in posts.
    Answer
    D Dorian Dominguez May 4, 2024

    Figured out my own problem and learned about assigning global view composers that use the same name as your user not being a good idea 😂

    Did this in my AppServiceProvider to check user subscriptions status in various areas of my app after I integrated Lemon Squeezy and had no idea it would overwrite the users everywhere (copy pasta):

        public function boot(): void
        {
            view()->composer('*', function ($view) {
                $view->with('user', Auth::user());
            });
        }

    Whelp lesson learned...

    Reply Actions
    1. ❓ Support
    2. Issue with user names and avatars display wrong users and deleted users in posts.
    D Dorian Dominguez May 4, 2024

    I just did a clean Laravel 11 install and integrated a clean install of Waterhole and it's working as expected fml. Any gotchas with sharing a DB between the main app and Waterhole that I should be aware of?

    Reply Actions
    1. 🔧 Development
    2. Can i use Tailwindcss?
    D Dorian Dominguez May 3, 2024

    So I kinda tried doing this recently and it wasn't as straight forward as just pointing to the CSS entry point where the Tailwind directives are in my app.css. I'm using Laravel 11 and I'm pulling in Waterhole into my app. I think the issue I'm having is that v11 uses Vite and Waterhole doesn't. I tried to set up Laravel mix and have basically 2 tailwinds but that felt hacky. I also played with the idea of using a cdn for Tailwind but that would be bad for performance. I'm new to Laravel and just got Waterhole setup and running in my app. I would love for someone smarter than me to help me get Tailwind working with Waterhole 😀

    Reply Actions
© 2025 Waterhole Pty Ltd
  • Product
    • Pricing
    • Releases
    • Roadmap
    • Demo
  • Resources
    • Documentation
    • Support
    • Experts
    • Blog
  • Community
    • Community
    • Twitter
    • GitHub
  • Company
    • Terms & Privacy
    • Software License