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.

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
How to Improve Your Laravel Application's Security Using a CSP image

How to Improve Your Laravel Application's Security Using a CSP

In this article, we're going to look at what a CSP is and what they achieve. We'll then look at how to use a package to add a CSP to your Laravel appl...

Read article
Supercharging Your Artisan Commands With Termwind image

Supercharging Your Artisan Commands With Termwind

In this article, we'll take a look at what Termwind is, how to install it, and how to use it in your Artisan commands. We'll then update an old exampl...

Read article
How to Validate Your Laravel App's Config image

How to Validate Your Laravel App's Config

Learn about how to use the Laravel Config Validator package to validate your Laravel app's config values.

Read article
How to get a Websites Favicons in Laravel image

How to get a Websites Favicons in Laravel

Favicon Fetcher is a Laravel package that can be used for fetching favicons from websites.

Read article