Logging in Laravel
– rocketee.rs - submitted by Mark van Eijk
How does logging work in Laravel. When do you need it, what types of logging are there, how can you configure it and what log levels can you use.
Read more [rocketee.rs]
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– rocketee.rs - submitted by Mark van Eijk
How does logging work in Laravel. When do you need it, what types of logging are there, how can you configure it and what log levels can you use.
Read more [rocketee.rs]
– github.com - submitted by Mohamed Ashraf
Laravel Translations UI provides a simple way to manage your translations in your Laravel application. It allows you to add, edit, delete and export translations, and it also provides a search functionality to find translations.
Read more [github.com]
– mailtrap.io - submitted by Sofia Tarhonska
Today, an SPF record is a must-have DNS record for reliable email delivery. Check this guide to learn how SPF record works and how to create one for your domain!
Read more [mailtrap.io]
– 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]