Having reusable input components is great. Knowing how to make them is even better! Follow along to see how we can create a generic TextInput component with a fluent interface that can be reused everywhere with just a few lines of code. While it won’t be a Livewire component, it can still make use of wire:model and other Livewire goodies. How is that possible? Read on to find out!
PHP
★ Laravel Query Builder v7: a must-have package for building APIs in Laravel
We just released v7 of laravel-query-builder, our package that makes it easy to build flexible API endpoints. If you’re building an API with Laravel, you’ll almost certainly need to let consumers filter results, sort them, Read more…