Ashley Allen

I am a freelance Laravel web developer who loves contributing to open-source projects, building exciting systems, and helping others learn about web development.

4 Common Vite Errors in Laravel image

4 Common Vite Errors in Laravel

Learn about four common errors you may encounter when using Vite in your Laravel applications. We'll cover possible causes and how to fix them.

Read article
How to fix "SQLSTATE[HY000] [2002] Connection refused" Laravel error in GitHub Actions image

How to fix "SQLSTATE[HY000] [2002] Connection refused" Laravel error in GitHub Actions

Learn how to fix the "SQLSTATE[HY000] [2002] Connection refused" error you may encounter when running GitHub Actions workflows for Laravel application...

Read article
How to Fix the Composer Error: "Your requirements could not be resolved to an installable set of packages" image

How to Fix the Composer Error: "Your requirements could not be resolved to an installable set of packages"

Learn how to fix the "Your requirements could not be resolved to an installable set of packages" error you might encounter in Composer when installing...

Read article
Laravel Pagination Explained (with the SQL) image

Laravel Pagination Explained (with the SQL)

Compare simple, length-aware, and cursor pagination in Laravel — the SQL each one generates, and how to pick the right approach for your queries.

Read article
Supercharge PhpStorm with Laravel Idea image

Supercharge PhpStorm with Laravel Idea

Laravel Idea is a fantastic plugin for PhpStorm that adds some really useful features to improve your developer experience. In this article, we'll tak...

Read article
A Deep Dive into Sessions in Laravel image

A Deep Dive into Sessions in Laravel

A Deep Dive into Sessions in Laravel

Read article
Laravel Model Tips image

Laravel Model Tips

Let's look at some of my favorite tips for working with Laravel models

Read article
A guide to Laravel's model events image

A guide to Laravel's model events

Look at what model events are and how to use them in your Laravel application. We'll also look at how to test your model events and some of the gotcha...

Read article
Learn to master Query Scopes in Laravel image

Learn to master Query Scopes in Laravel

In this article, we're going to take a look at local query scopes and global query scopes

Read article
Laravel Validation: A Practical Guide with Examples image

Laravel Validation: A Practical Guide with Examples

Validate user input in Laravel the right way — form requests, custom rules and messages, and copy-paste examples for the cases the docs gloss over.

Read article
Consuming APIs In Laravel is Now Available! 🎉 image

Consuming APIs In Laravel is Now Available! 🎉

Consuming APIs In Laravel is Now Available!

Read article
Uploading Files in Laravel Using FilePond image

Uploading Files in Laravel Using FilePond

In this article, we will look at how to use a JavaScript library called "FilePond" to upload files in your Laravel applications.

Read article