by Cube Websites | Aug 23, 2023 | Guides, Hosting
Earlier I was connecting to a client server via SSH when I received the following error: Unable to negotiate with x.x.x.x port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss After looking up the error I was able to fix this by using the following...
by Cube Websites | Jun 6, 2023 | Laravel
This guide shows quick steps on how to use the current version of the PEST PHP Testing Framework with Laravel 10. This guide has been written with the current latest versions of the libraries: PEST 2.6.2 Laravel 10.13.1 InsTALLATION Install Laravel using any of their...
by Cube Websites | Jan 5, 2023 | Development, Guides
I’ve recently been playing with Directus as a backend for some small projects. One of the great features that Directus provides is translation support which I decided to try out. Unfortunately, it when it came to the setup I couldn’t find much...
by Cube Websites | Jan 3, 2023 | Laravel, PHP
If you need to use Directus with Laravel then this guide will take you through the steps needed to get connected in just a few minutes. The general idea is to use a composer package to interact with Directus. We’ll register it in our AppServiceProvider which...
by Cube Websites | Jan 3, 2023 | Guides, Tools
This morning I had a Docker service fail to start. On inspection of the error, it turned out it was because the port was in use by another service. In this particular case, my Docker service was trying to use port 8029 so that’s what I’ve used in the...