Laravel

These posts are all related to the Laravel PHP framework.

Avoiding void responses in Laravel controllers

If there's one thing you can depend on Laravel for, it's ensuring that your controllers return a response back to the client. Whether you're explicitly returning responses using the...

Read

Introducing an unofficial Hashnode API library for PHP

When I heard about the Hashnode Christmas Hackathon, I immediately began brainstorming ideas to develop something that members of the community might find useful, but would also be a great learning...

Read

Documentation in Laravel 8 with Enlighten

The importance of software documentation, even in an agile world, is undisputed. Keeping documentation, especially for APIs, up-to-date however can be an additional burden on a development team, and...

Read

Why I continue to develop with PHP

I have no doubt that if you work in any realm of software engineering, or have at the very least spent enough time on Twitter, you'll have encountered the seemingly endless cycles of arguments about...

Read