Create a MeiliSearch Laravel Blade Component
– devdojo.com - submitted by Mithicher Baro
Reusable search autocomplete build with the power of laravel blade component along with Alpine.js and TailwindCSS.
Read more [devdojo.com]
In this section you'll find links submitted by others.
Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?
To be able to submit a link you need to log in first.
Log in– devdojo.com - submitted by Mithicher Baro
Reusable search autocomplete build with the power of laravel blade component along with Alpine.js and TailwindCSS.
Read more [devdojo.com]
– github.com - submitted by Chris
Gretel makes adding accessible breadcrumbs to your Laravel application a breeze. Define breadcrumbs alongside your routes, and display them with a powerful Blade component that works with nearly every popular CSS framework out of the box.
Read more [github.com]
– youtu.be - submitted by Ashish Dhamala
In this laravel tip video, we will look at how we can manage huge route files. We will create custom route files and tell laravel about their existence. In this way, we can manage routes for different scopes separately like, frontend, admin. They will have their own specific files.
Read more [youtu.be]
– tighten.co - submitted by Jamison Valenta
Just as each workday is a little different, the same can be said about digital projects. Some digital projects are big and require large teams, months of collaboration, and brand new everything to bring them from beginning to end. So what’s a project manager to do?
Read more [tighten.co]
– postsrc.com - submitted by Sir Src
Learn how to get the raw SQL string from a query builder in Laravel the easy way. Get to know this information to inspect the query used to retrieve the data.
Read more [postsrc.com]
– timacdonald.me - submitted by Tim Mac
Introduce lazy loading to an existing application without interrupting flow or overwhelming your logs
Read more [timacdonald.me]
– doeken.org - submitted by Doeke Norg
Cloning is a nice way of creating a quick copy of an object. But there are some things you need to be aware of!
Read more [doeken.org]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Let's take a look at how we can create a custom Option type to handle optional values in PHP.
Read more [ryangjchandler.co.uk]
– github.com - submitted by Steve McDougall
A simple to use Feature Flag package for Laravel, allowing you to create Feature Groups and assign Users to them.
Read more [github.com]
– youtu.be - submitted by Ashish Dhamala
In this video, we will look at the comparison between normal if statement and when conditional used in Laravel's Model. Here we will compare by looping between 100,000 data and see how long will each take.
Read more [youtu.be]
– link.medium.com - submitted by Roberto Gallea
PHP 8.1 introduced the new Fiber class, which allows running coroutines inside your script, i.e. two functions executing simultaneously. Let’s see how to use them by using some examples. These examples are implemented as PHPUnit tests which made simple assertions.
Read more [link.medium.com]
– symfonystation.godaddysites.com - submitted by Reuben Walker
This week's look at the important and interesting news impacting the Symfony and PHP communities.
Read more [symfonystation.godaddysites.com]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Let's look at how we can use Pest's Expectation API with array items.
Read more [ryangjchandler.co.uk]
– dev.to - submitted by Patrick
Quickly scan source code for calls to Ray
Read more [dev.to]
– doeken.org - submitted by Doeke Norg
Enhance (final) classes and functions by implementing these similar, but not quite the same, patterns.
Read more [doeken.org]
– dcblog.dev - submitted by David Carr
Since Livewire is reactive, it's easy to hide or show select menu's based on whether another one is selected but what about changing the contents of a select menu, that's a little different.
Read more [dcblog.dev]
– protone.media - submitted by Pascal Baljet
Today I want to share the birth of a new project with the Laravel community: Artisan School. The primary goal is to provide high-quality Laravel screencasts where I mix the Laravel documentation with real-life examples.
Read more [protone.media]
– www.jeroenvanrensen.nl - submitted by Jeroen van Rensen
Pest PHP is a relatively new PHP testing framework. It has a nice syntax, and a few cool features built on top of PHPunit. I already wrote an article on how to convert a PHPunit test suite to Pest, but in this article I want to take a look at some cool Pest techniques and my Pest configuration.
Read more [www.jeroenvanrensen.nl]
– dcblog.dev - submitted by David Carr
Laravel provides a range of methods to test parts of the framework, one of which is called blade() which allows you to test blade components work as expected.
Read more [dcblog.dev]
– postsrc.com - submitted by Sir Src
Learn how to add a Color picker/swatch field to Laravel Nova. Make use of this color picker field to make something amazing with your content.
Read more [postsrc.com]