“Live Screen” is what Mobitel calls sending various service advertisements directly to customers’ phones. They appear like system messages from the phone’s operating system, that have the potential of getting users clicking “OK” (Thus activating the advertised “service”, which has a monthly fee.), believing them to be just a regular dialog box. I explicitly asked […]
A Docker Image specialized for running Laravel PHP framework with Nginx on an Alpine platform.
If you develop your projects using Docker, you might have noticed that files created inside the containers are often owned by the root user, and therefore can’t easily be edited outside that container, unless you manually change their ownership.
“Tozed M60” is a device that allows you to connect to the Internet like a normal router and make voice calls using VoLTE technology. But don’t buy it.
Enabling SSL (HTTPS) on a WordPress Multisite network can be a bit challenging than it should be, here’s how to do it properly.
Docker Swarm is a popular infrastructure tool for running websites and web applications online. Here’s how to deploy WordPress Multisite on Docker Swarm.
Docker Swarm is a popular infrastructure tool for running websites and web applications online. Here’s how to deploy WordPress on Docker Swarm.
You can use Docker Swarm to deploy fully isolated web applications in to your cloud infrastructure, without also having to configure a web server in it too.
Laravel only provide 2 relationship types out of the box, that supports more than one level of related models: hasOneThrough and hasManyThrough. They are not truly “multilevel” either, as they only support two levels.