Using Generators (and LazyCollections) for Paginating APIs
– bannister.me - submitted by James Bannister
A post outlining how you can use generators, and LazyCollections, to create better interfaces for paginating APIs.
Read more [bannister.me]
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– bannister.me - submitted by James Bannister
A post outlining how you can use generators, and LazyCollections, to create better interfaces for paginating APIs.
Read more [bannister.me]
– benjamincrozat.com - submitted by Benjamin Crozat
Knowing which Laravel version you are running is important before you start writing code on a new project. There are multiple ways to do so.
Read more [benjamincrozat.com]
– youtu.be - submitted by Ashish Dhamala
We can easily get multiple aggregated data using multiple database requests. But here we will be looking at how to get these in one database request.
Read more [youtu.be]
– www.youtube.com - submitted by Nuno Maduro
Nuno (Laravel Core Team Member) talks about his work-in-progress proposal that adds more PHP native types to Laravel v10.
Read more [www.youtube.com]
– mailtrap.io - submitted by Sofia Tarhonska
A comprehensive overview of sending emails with PHPMailer via Gmail SMTP and why it is advantageous to do so.
Read more [mailtrap.io]
– www.youtube.com - submitted by Bert De Swaef
In this video we're creating factories and seeders. But we'll also seed data based on the available models to create real relations. We're also learning how to migrate your database and directly seed them by using the migrate:fresh --seed command.
Read more [www.youtube.com]
– barryvanveen.nl - submitted by Barry van Veen
By enabling 2 experimental features, my Docker development environment got 3 times faster.
Read more [barryvanveen.nl]
– tighten.com - submitted by Jamison Valenta
Using queues in @laravelphp is great ... unless the queue has silently failed and you didn't even know about it 🚨 I'm going to show you a simple and lightweight strategy to notify you when a queue isn't processing jobs.
Read more [tighten.com]
– benjamincrozat.com - submitted by Benjamin Crozat
AI (Artificial Intelligence) is a trending topic in the programming space. It enables developers to do incredible things, and lots of startups build products around it.
Read more [benjamincrozat.com]
– benjamincrozat.com - submitted by Benjamin Crozat
Whether PHP is dead or not is a matter of numbers, not opinions. This article will provide you with essential statistics that will lead you to make better decisions.
Read more [benjamincrozat.com]
– packagist.org - submitted by Stuart Jones
Targeted content assertions using CSS selector expressions
Read more [packagist.org]
– github.com - submitted by El Houssain Inani
With the help of this package you can cache the result of a closure in a life cycle of a request. You can gain enormously by avoiding duplicates code.
Read more [github.com]
– github.com - submitted by Mücahit Uğur
Larashared is a guide and a helper api in shared hosting environments where ssh access is not available.
Read more [github.com]
– github.com - submitted by René Sinnbeck
When testing your views it can be tricky to check if everything is as expected. This package makes it easy to check if specific things exists in the DOM and has the correct attributes.
Read more [github.com]
– tray2.se - submitted by Patrik Ahlström
Tracking changes in a table or several tables for that matter can be essential for your application, and we are going to take a look on how to do that using only the MySQL/MariaDB database.
Read more [tray2.se]
– benjamincrozat.com - submitted by Benjamin Crozat
PHP 8.3 will be released in November 2023, and as usual, you need to be up to date with new features and breaking changes for easier transitions.
Read more [benjamincrozat.com]
– dev.to - submitted by Ricardo Čerljenko
Handle Laravel API validation serving a multi-language app.
Read more [dev.to]
– planetscale.com - submitted by Aaron Francis
A comprehensive overview of Laravel's many safety features that can help you prevent painful mistakes.
Read more [planetscale.com]
– arunas.dev - submitted by Arunas
The open-source log viewer package for Laravel has had some great updates in the last 2 months. Check them out!
Read more [arunas.dev]
– barryvanveen.nl - submitted by Barry van Veen
Clean code with consistent formatting is easier to read. Writing code in a consistent way is hard. That is why I'm a big fan of tools that automate this process.
Read more [barryvanveen.nl]