José Chávez

Results 10 comments of José Chávez
trafficstars

Hi @joshjhargreaves hope you're doing well! are you going to check this please? another thing if you see the capture it's a fixed red line there, what is that?

Hello! Mixpanel's new ID merge function allows you to merge pre authentication and after authentication events (even if they have different distinct id) with your package I guess it works...

Hello @mikebronner @aakarim I did the test of the question I asked and I see that it does not work well, I place a track "home SaludVitale" with js following...

Hello, I'm preseting the same issue, I tried with @masterix21 solution but same result the url of menu is http://local.com/en/livewire/message/navigation-menu I've: "laravel/framework": "^9.19", "livewire/livewire": "^2.5", "laravel/jetstream": "^2.12", any other idea...

Hello! Is there a way to see all subscribers and their status? as a collection that lists all subscribers and their status (active, pending, cancelled, etc) @frknasir

can you give more detail please? how could I do? Because in the subscriptions table I only see dates, the only logic I can think of is to build an...

ok thanks @frknasir I will try that since it is important to give the status of the subscription to the user

I realized that loading an env statically in bootstrap/app.php works $app->loadEnvironmentFrom('.env.domain2.com'); but I need to manage it dynamically, I have tried the following from a controller but it doesn't work...

or another option $subscription->canConsume It would be better if the subscription is passed, it would make the package more flexible because it would allow the user to have several subscriptions...

Hello @lucasdotvin did you add this enhancement in the last updates? Regards