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
A Guide to Pagination in Laravel image

A Guide to Pagination in Laravel

Learn all about the different types of pagination available in Laravel and how to use them. We'll also look at the underlying SQL queries that are gen...

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
The ultimate guide to Laravel Validation image

The ultimate guide to Laravel Validation

Validation is an important part of any web application. It can help to prevent security vulnerabilities, data corruption, and a whole host of other is...

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