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