Laravel 10.4, Pest 2, Passwordless Authentication, and more! - №454

Your Laravel week in review ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏
Your Laravel week in review
Laravel

v 10.4

 

The Laravel team released v10.4 with a File::json() method, converting existing HasMany relationships to a HasOne relationship, and more.

Sponsor

Say goodbye to slow transactions on your Laravel app

When slow transactions go unchecked, performance of your Laravel app suffers—and so does the user experience. Sentry goes beyond the transaction and pinpoints the actual spans that trigger the latency issue, providing your team with a direct line to the root cause of the problem.

Try Sentry now and see for yourself with 2 months FREE with code: LARAVELNEWS

PEST 2.0 is Now Released

PEST, a testing framework that focuses on simplicity, has just launched v2.0. See what's new in this major milestone release.

TypeScript Support Added to Laravel Breeze

The Laravel team released an update to the Laravel Breeze starter kit that includes typescript support.

Tutorial

Passwordless Authentication in Laravel

Sometimes we don't want users to have passwords. Sometimes we want to send a magic link to a user's email address and have them click to gain access.

MySQL for Developers Course is Live

MySQL for Developers is a free course consisting of over 7 hours and 64 videos with everything a developer needs to know about MySQL.

Tutorial

Laravel Array Helpers Every Developer Should Know About

Learn about Laravel Array helpers that will save you time and simplify your code.

Modelling Busines Processes in Laravel

As developers, we often map business processes to digital processes, from sending an email to something quite complex. Let's look at how we can clean this up.

Laravel Jobs

The official Laravel job board connecting the best jobs with top talent.

Now hiring

Post a job on LaraJobs and it'll be featured here next week.

The Archives

Laravel News PO Box 196 Cramerton NC, 28032
Send us a postcard! You are receiving this because you joined the Laravel News weekly digest. If you know someone who would enjoy this newsletter please consider sharing it.

View Online | Preferences | Unsubscribe

Facebook Instagram LinkedIn Twitter YouTube

Valet 4, Pest 2, Laravel HTTP Client, and more! - №453

Your Laravel week in review ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Your Laravel week in review

Week 453

Valet 4.0 is released

Valet, the super-powered super-fast macOS local development tool for Laravel programmers, is now available in version 4.

The future of Pest v2

Get ready to explore the exciting new features coming to Pest v2, including Plugin Arch, --retry, --dirty, --profile, and much more.

Tutorial

5 Tips and Tricks for working with the Laravel HTTP Client

In this article, we will explore five valuable tricks for working with the Laravel HTTP Client that can make your development experience more efficient and enjoyable.

Convert HTML Strings to Translation Functions

HTML String Affixer is a package for Laravel to make projects multilingual.

Tutorial

Building a Kanban Board with Laravel and Vue.Draggable

Discover the best approach for saving the position of cards in a Kanban board using Laravel and InertiaJS. This article delves into the details of building a kanban board and allowing users to drag/drop cards within the same column or across multiple columns. The focus is on using InertiaJS on the front end and the Eloquent upsert() function on the backend to save new positions efficiently.

Laravel Response Classes

Responding from your Laravel application is vital, especially when you are building an API. Let's have a look at how we can power up our responses.

Featured Consultants

Need help on a Laravel project fast? Check out the companies below and see all the consultant listings.

DevSquad

With DevSquad, you get Laravel developers who are part of a high-performing product team.

Kirschbaum

The Kirschbaum team of Laravel experts are exceptional coders, and exceptional problem solvers - if there is a more efficient path to reach your goals, we will find it.

Curotec

A flexible agency partner that helps you build great quality products on schedule.

Jump24

Hand crafted software, delivered. We work with your team as a consultancy and external development resource, helping you to create bespoke Laravel applications.

Run One Time Operations After Deployment With Laravel

Using the One Time Operations package for Laravel, you can execute code one time after deployments just like you do it with migrations!

Laravel Jobs

The official Laravel job board connecting the best jobs with top talent.

Now hiring

Post a job on LaraJobs and it'll be featured here next week.

The Archives

Laravel News PO Box 196 Cramerton NC, 28032
Send us a postcard! You are receiving this because you joined the Laravel News weekly digest. If you know someone who would enjoy this newsletter please consider sharing it.

View Online | Preferences | Unsubscribe

Facebook Instagram LinkedIn Twitter YouTube

Thank You Substack Subscribers

Watch now (4 mins) | I had some drama with YouTube, but it's because of You that I can pay my bills. ͏     ­͏     ­͏     ­͏     ­͏     ­...

Contact Form

Name

Email *

Message *