Disable WordPress REST API
This free source code snippet is very simple and uses the WordPress rest_authentication_errors filter to completely disable the WordPress REST API. What happens here is simply that any request to…
This free source code snippet is very simple and uses the WordPress rest_authentication_errors filter to completely disable the WordPress REST API. What happens here is simply that any request to…
If you are using Wordpress and have tried to upload SVG files, you probably found out that it is not allowed by default. This free source code snippet provides a…
Welcome dear reader- if you just signed up for a VPS plan, you are probably looking for a way to install WordPress on the operating system. Some infrastructure providers may…
Welcome dear reader, today you will learn how you can create an interactive frontend and add Alpine.js to a Laravel project. At re:Software S.L., we create innovative solutions for businesses…
Have you ever tried to manage files and folders using PHP? The programming language offers various features to manipulate the filesystem. Finding its roots back in the C programming language,…
Have you ever tried to change the WordPress Site URL using your MySQL command line, or using PHP code? This is what this guide is about. After going through the…
To spare yourself the headaches related to the building and linking processes of compilation, I'd like to introduce the concept of a Makefile for C++. These files serve as a…
Have you ever tried to use a JSON API with Axios is a Javascript library that offers features to execute HTTP requests using a promise-based architecture. Most prominent HTTP requests…
We like to call Laravel a "progressive" framework. By that, we mean that it grows with you when building SaaS with Laravel. If you're just taking your first steps into…
cURL is a command line interface tool (for Linux) that allows you to request and transfer data over a URL under different protocols. It is flexible and gives you the…
A free source codes library for the open world! Find snippets and examples for popular programming languages including PHP, Javascript, Typescript, Node.js, Vue.js, and more. Find the 5 lines of…