Multi-Join Raw SQL Query To Laravel Query Builder Conversion
– youtu.be - submitted by Ashish Dhamala
Here, we will be looking at how we can convert a complex multi-join raw SQL query into Laravel query builder code.
Read more [youtu.be]
– youtu.be - submitted by Ashish Dhamala
Here, we will be looking at how we can convert a complex multi-join raw SQL query into Laravel query builder code.
Read more [youtu.be]
– tray2.se - submitted by Patrik Ahlström
Testing your views, yes I said, testing your views. This is something that is both boring and quite tricky to get right. Sure you can write a test that checks that a certain text is shown, or not shown according to what you want to show in your view. The reason for it being tricky to test your views is that the view is something that you as a backend developer doesn't really have that much control over, unless of course if you are a one-man team doing the full stack.
Read more [tray2.se]
– mailtrap.io - submitted by Sofia Tarhonska
Email headers are an essential part of any email communication and serve various purposes, such as informational and practical. Learn how to analyze and use them to secure your emails.
Read more [mailtrap.io]
– www.slowandsteadypodcast.com - submitted by Katarina
Coming back from a two-week break here at the podcast, Benedikt and Benedicte talk about the progress they’re making and a few existential questions about shipping updates. How long should stuff take? What is good enough? How do you balance quality and speed?
Read more [www.slowandsteadypodcast.com]
– github.com - submitted by Mohamed Ashraf
Laravel package to easily dispaly Countries & Languages Flags in your Laravel Blade views.
Read more [github.com]
– 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]