Joe
Joe
If you fork the repo, then you can make the change to support 9.x yourself until it's sorted, just edit composer.json Where it reads: "illuminate/support": "^6.0|^7.0|^8.0", Replace with: "illuminate/support": "^6.0|^7.0|^8.0|^9.0",...
Rather than forking it yourself, you may as well take advantage of someone else's fixed fork. In your composer.json add the following which will use the repository which @Butochnikov has...
Any chance of a merge @asantibanez? I hate forking for the sake of a one line change
Ensure that you have Created an OwnedBy rule Created an Ability for OwnedBy only Crested an ability for everything ( no owned constraint) Assigned users those abilities.
When you say state, what exactly are you wanting to keep in the query string? You'll have extended LivewireCalendar into your own component, you can use query string however you...
You can always make your own version of this MakeCommand.php and customise it to accept non-standard paths. I'm not sure why you'd want to deviate from the standard to be...
From a glance at the docs for spatie/laravel-event-sourcing, you should still be using App\Models for your Models. The projector is triggered when Events come in, and performing some actions. Happy...
If it works for you, then I'll certainly add a pull request for Anthony - @rappasoft , or he may just add it himself as it's only a one-line change.
Not sure why you're trying to use $this in a blade, unless I've missed something! If you've set the variable or method to public, then $this is not required and...
Apologies, I must have been half asleep. Just to check, are you given the simple table a name for pagination purposes otherwise it'll be getting confused! e.g. return view('livewire.show-posts', [...