Reading List

The most recent articles from a list of feeds I subscribe to.

Adding Laravel Jetstream to a fresh Laravel project

I only have this post here as there was a couple of extra steps I made after regular installation, which I wanted to keep a note of. Here are the changes made to my Inventory Manager. Follow the Jetstream Installation guide Firstly I just follow the official installation guide. When it came to running the… Continue reading Adding Laravel Jetstream to a fresh Laravel project

How I organize my Neovim configuration

The entry point for my Neovim Configuration is the init.lua file. Init.lua My entrypoint file simply requires three other files: The user.plugins file is where I’m using Packer to require plugins for my configuration. I will be writing other posts around some of the plugins I use soon. The user.options file is where I set… Continue reading How I organize my Neovim configuration

Sherlock — 2023 day 15

Starting a new Laravel 9 project

Whenever I start a new Laravel project, whether that’s a little side-project idea or just having a play, I try to follow the same process. I recently read Steve’s post here on starting your first Laravel 9 Application, so thought I would write down my own setup. Whereas Steve’s guide walks you through the beginnings… Continue reading Starting a new Laravel 9 project

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!