PHP articles

Brought to you by Honeybadger—simple application monitoring that helps developers move fast and fix things.

Using Markdown in Laravel

In this article, we will explore the world of Markdown and how to use it in Laravel. We'll delve into its benefits, syntax, and formatting options, and uncover advanced techniques for generating dynamic content such as retrieving data from databases, generating documentation from code comments, and incorporating conditional logic and loops within Markdown files.

A guide to soft deletes in Laravel

Soft deletes in Laravel can be really useful for building "recycle bin" features and for analytical purposes. But what are soft deletes? In this article, we dive into what they are, the pros and cons of using them, and how to use them in your Laravel app.

Memoization in PHP

Dive into the world of caching and optimization techniques with PHP's memoization. Learn how this powerful tool can revolutionize your code, reduce redundant computations, and supercharge your application's performance.