Trees and Tree Traversal in PHP
– doeken.org - submitted by Doeke Norg
In this post I want to introduce you to Tree structures. What they are, how you can use them, and in which situation they can be helpful.
Read more [doeken.org]
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– doeken.org - submitted by Doeke Norg
In this post I want to introduce you to Tree structures. What they are, how you can use them, and in which situation they can be helpful.
Read more [doeken.org]
– adevait.com - submitted by Filip Josifovski
Apart from the traditional form-based authentication approach, Laravel comes with two dedicated packages for API authentication - Laravel Passport & Laravel Sanctum. This in-depth guide will show you all of the essentials of API authentication by using Laravel Passport.
Read more [adevait.com]
– www.csrhymes.com - submitted by Chris Rhymes
How to create a multi-worksheet Excel file using Spatie's Simple Excel package
Read more [www.csrhymes.com]
– devdojo.com - submitted by Mithicher Baro
If you’re building an admin panel, chances are that you will need to display the data in some tabular format. Writing every time - table, tr, td is a little bit cumbersome, when we need our work to be done quickly. In this blog post, we’ll see how we can build a simple reusable table component with Laravel Bade Components, AlpineJs and TailwindCSS.
Read more [devdojo.com]
– archte.ch - submitted by Samuel Štancl
A small Laravel package for easily adding pages by creating Markdown or Blade files inside the codebase.
Read more [archte.ch]
– doeken.org - submitted by Doeke Norg
The Adapter pattern and the Bridge Pattern have brought along a lot of confusion. Time to connect the dots.
Read more [doeken.org]
– adevait.com - submitted by Filip Josifovski
Learn how to deploy a Laravel App on an unmanaged Virtual Private Server from this step-by-step guide. It comes with a GitHub source code link to further help you out.
Read more [adevait.com]
– 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]