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...
by Cube Websites | Jan 2, 2023 | Guides, Technology
Lately I’ve been interested in using Mastodon as a social media platform. In previous efforts I used the ActivityPub plugin to automatically push new posts to Mastodon, but unfortunately this came with a lot of limitations. I’ve now setup a new integration...
by Cube Websites | Dec 28, 2022 | Guides, JavaScript, Laravel, PHP
I recently needed to help someone out who was using MAMP on a MacBook Pro on a Laravel 9 project. The project was configured to: run on MAMP the MAMP host was configured to use SSL Laravel 9 Vite InertiaJS The Problem When running the default project with yarn run dev...
by Cube Websites | Dec 27, 2022 | Guides
This article is based on the already well-written article on Fedi.Tips. The idea is to automatically make all your blog posts on WordPress available on the Fediverse that people can follow on their apps such as Mastodon. Caution: before doing this read the notes below...
by Cube Websites | Oct 18, 2021 | Technology
When trying to update the packages on the Raspberry Pi, I got the following error: E: Repository ‘http://raspbian.raspberrypi.org/raspbian buster InRelease’ changed its ‘Suite’ value from ‘stable’ to ‘oldstable’N: This...
by Cube Websites | Sep 25, 2018 | Software
If you’ve updated to the newly released MacOS Mojave release then you might find the following issue when starting your vagrant box with NFS mounting: Preparing to edit /etc/exports. Administrator privileges will be required… Password: tee: /etc/exports:...
by Cube Websites | Jun 9, 2017 | Extensions, Magento 2
I’m currently working on a client-site which is using Magento 2, and realised there’s no full en_GB language pack for English (United Kingdom) available. I’ve created the following package with full instructions that you can view on Github....
by Cube Websites | Mar 7, 2016 | Ember, PHP
Introduction This guide will show you how to setup a new project using Ember and Laravel, JSON-API and token based authentication. The deployed version of your application will be a Laravel backend which serves up the Ember frontend using a Laravel route. Software At...