
What's New in Livewire Tables v2.1-2.4
In just a short month after the successful release of version 2, there have been 4 minor releases with a few cool additions to note.
Laravel: 7.x
In just a short month after the successful release of version 2, there have been 4 minor releases with a few cool additions to note.
After more than 5 months and hundreds and hundreds of hours of work, version 2 of Laravel Livewire Tables is finally a stable release.
I've been busy on open source lately, come see what new features I've added to Livewire Tables.
I used to just load a helpers.php file in composer.json like everyone else, however the last couple years I have taken a more organizational approach.
Everyone knows about looping data in Blade files, but have you seen these lesser known features?
Building with new tools is hard, especially when it goes against what you've learned about the client and server in the past. Livewire and Alpine are built for each other and here's how you make the most of that relationship.
Follow along as I create a reusable like button in Laravel Livewire that restricts clicks per IP address.
I write code blocks down that I know I won't use often and will forget about. Every so often I go through them to refresh my memory.
Learn how to use view composers to share small pieces of data across multiple views instead of passing them through many controllers.
If you ever have the need for a UUID column on your models, you may as well use a trait to populate them in case you need the same functionality on other models in the future.
Did you know you can easily add the production consoles messages you get with Laravel's migrate and seed to your own commands?
Use this nifty blade directive in place of a foreach inside an if/else.