Support the ongoing development of Laravel.io →
January 16th 2023

Laravel Collections: The Artisan's Guide

Introduction Laravel Collections are really powerful for working with arrays of data. They provide a...

Read article
August 8th 2022

Why don't you start writing tests?

See how easy it is to get started with automated testing in Laravel There are hundreds of articles...

Read article
April 4th 2022

The Laravel Ecosystem

Introduction Like with any subject in life, when you first start learning about something, the huge...

Read article
February 4th 2022

How to find the slowest query in your application

Is your website slow? does it take ages to load? Are the users complaining that it's almost unusable...

Read article

Got some knowledge to share? Share your article with our 45,000+ Twitter followers.

Articles

87 Articles

published on 27 Jun, 2020

RDS MySQL Performance Tuning - Speeding up slow inserts

If you're running a write heavy application with a MySQL database you might notice a fairly signific...

2 min read 5 Likes
published on 7 Mar, 2023

Concurrent, Chunked, Multi-File Upload with Livewire!

Today we'll upload multi-selected files in separate requests, and in chunks—using Livewire! Upload y...

published on 17 Jan, 2023

API Versioning in Laravel

Introduction A lot of companies, especially SaaS ones use this technique in their applications and t...

published on 12 Jan, 2023

Don't Skimp on Security: Add These Must-Have Features to Your Web Apps

Introduction As web developers, we're all usually pretty security-conscious and aware of the dangers...

12 min read 4 Likes
published on 28 Oct, 2022

How to build your next PHP project with a touch of AI

What is AI (Artificial Intelligence)? Artificial intelligence (or AI for short) involves using comp...

5 min read 4 Likes
published on 8 Jul, 2022

Validating File Upload Arrays in Laravel

Let's say you have an HTML form with 3 file inputs named certificate[], and you want to make them al...

3 min read 4 Likes
published on 1 Apr, 2022

5 ways to optimize your eloquent queries

Did you know that 1 in 4 visitors would abandon a website if it takes more than 4 seconds to load? W...

8 min read 4 Likes
published on 7 Mar, 2022

Create make:custom commands

Laravel comes with a feature that allows us to scaffold some commonly used classes, like models, fac...

3 min read 4 Likes
published on 10 Jan, 2022

Choosing the right data type & means of generating unique primary keys

This article is one of several I've written while building a web app in public. It’s called Lumeno...

10 min read 4 Likes
published on 29 Dec, 2020

Socialstream — Laravel Socialite Meets Jetstream

Earlier today I officially released the first version of Socialstream, a simple Laravel package that...

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2023 Laravel.io - All rights reserved.