EDDYMENS

Published 7 months ago

How To Add A Caption To An Image In Markdown

This is an image caption Markdown unfortunately doesn't provide syntax for adding captions to images, however since HTML is a superset of Markdown we can use HTML to achieve this. Some markdown parsers allow you to display the alt text of...

Published 8 months ago

Setting An Attribute To Null In OpenAPI

OpenAPI (formerly known as Swagger) is a tool for defining APIs. It allows you to describe your API structure and data types in a standardized format. One common requirement is to all...

Published 9 months ago

How To Override The Base URL For A Specific Endpoint In An OpenAPI Spec

Most APIs share the same base URL with different paths tacked on. For instance, and both start with the ...

Published 9 months ago

How To Store And Access Array Data From Laravel's .env File

In Laravel, configuration settings are typically managed using the file, which stores key-value pairs that define the behavior of the application. This format works well for most configuration settings. But what if you need to assign a list of values to a single key? Let's consider a sc...

Published 10 months ago

A Sample Page With Broken Links For Testing Purposes

This page exists for testing purposes. In a world of web, where links do roam, I sought to find them, in their own home. Link to Status 200 ...

Updated 10 months ago

Using Surreal DB With Laravel|PHP

Among the many nice things that Surreal DB provides, the one that is most interesting to me is how it handles relationships. I have been trying it out and liking it. I do a lot of PHP and so my first instinct was to look for the Surreal PHP package. Well since it's relativel...