My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Laravel beyond CRUD

Brent Roose's photo
Brent Roose
·Oct 23, 2019

Preface

A book for PHP developers working on larger-than-average Laravel projects

I've been writing and maintaining several larger-than-average web applications for years now. These are projects that take a team of developers to work on it for at least a year, often times longer. They are projects that take more than the well-known Laravel CRUD approach to stay maintainable.

In this time I've looked at several architectures which would help me and our team improve the maintainability of these projects, as well as help make the development more easy, both for us and our clients: DDD, Hexagonal Architecture, Event Sourcing.

Because most of these projects were large, yet not ginormous, these paradigms as a whole were almost always overkill. On top of that were we still dealing with fixed deadlines, meaning we couldn't spend ages on fine tuning the architecture.

In general, these were projects with a development lifespan of six months to one year, with a team of three to six developers working on them simultaneously. After going live, most of these projects are still heavily worked on for years to come.

In this book, I'll write about the knowledge we gained over the years in designing these projects. I will take a close look at the "Laravel way", and what did and didn't work for us.This book is for you if you're dealing with these larger Laravel projects, and want practical and pragmatic solutions in managing it.

I will talk about theory, patterns and principles, though everything will be in context of a real-life, working web application.

The goal of this book is to hand you concrete solutions to real life problems, things you can start doing different in your projects today. Enjoy!

About me

My name is Brent, I'm a 25-year old web developer living in Belgium. I've been writing PHP professionally for the past 5 years, and have been programming since I was 13 years old.

As a professional, I've mainly worked on medium- to large sized web applications and APIs. Right now I work with Laravel at a company called Spatie, and before that I worked with both Symfony and company-specific frameworks.