PHPMailer Gmail Tutorial
– 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]
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– 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]
– mailtrap.io - submitted by Sofia Tarhonska
What if you don’t want to use the email relay services of Gmail SMTP or its alternatives? In this article, we’ll teach you how to set up a local SMTP server for MacOS, Linux and Windows and get rid of any email-sending dependencies.
Read more [mailtrap.io]
– baspa.dev - submitted by Bas van Dinther
The blog mentions various ways and resources that helps you with reducing the amount of times you have to debug (especially Laravel related).
Read more [baspa.dev]
– benjamincrozat.com - submitted by Benjamin Crozat
Laravel 10 will be released on February 7, 2023. Its development is still ongoing. Let's dive into every relevant new feature we know about already.
Read more [benjamincrozat.com]
– bannister.me - submitted by James Bannister
A post detailing how you can use MySQL and Postgres functions inside SQLite. This is a great way to use SQLite as your testing DB, even when you use MySQL or Postgres specific functions in your code.
Read more [bannister.me]