Articles & tutorials
- Using JavaScript To Access URL Segments
Whilst working on a recent project, I wanted an accordion navigation to remain open depending on what the category segment in the url was displaying.
- Managing Redis Locally For Laravel Projects
I recently found a neat app for managing your local databases from the makers of TablePlus. Read a short review of it.
- Laravel Testing Using GitHub Actions With MYSQL
Using GitHub actions for automating your Laravel tests is fairly straight forward, given the starter workflow they provide.
- Laravel Valet Installing PHPRedis with PECL/Homebrew
This post was written 3/2/2020 and explains how I got Redis working using Laravel Valet.
- VueJS Auth Using Laravel Sanctum
How to set up basic authentication using Laravel Sanctum in a VueJs SPA.