EDDYMENS

Eddymens (List page)


Last updated 2024-04-27 22:41:21

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 ...

Last updated 2024-04-23 02:32:55

How To Run Laravel Queues On Shared Hosting

PHP out of the box runs each line of code in a sequential order (from top to bottom). This means until the first operation is done executing the next one will have to wait. Generally, this is not a problem since most tasks don't take that long to complete, but other operations like sendin...

Last updated 2024-04-19 13:31:05

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 relatively new so...

Last updated 2024-04-10 17:33:50

Removing "Public" From Laravel URL Routes On Hostinger

The Laravel framework has an file within its public directory. This serves as the entry point for all incoming traffic/requests. This means the only way to access any route is to go through the directory. Thus to reach , you would have to visit . In the rest of this article, we wi...

Last updated 2024-04-06 11:36:26

Using A Subdomain Name On Hostinger: A Step-by-Step Guide

In this post, we'll explore the process of linking a subdomain from another provider to your app or website hosted on Hostinger . I will be using ...

Last updated 2024-04-04 10:27:42

What Is The .HTACCESS File Used For?

Definition The file serves as a configuration file for the Apache web servers . It allows website administrators to override server configuration settings without altering the main ser...