Category: Github
-

New Packages
Over the past couple of weeks, I’ve been busy working and publishing on a few new Laravel packages, which can be found here and here. There first being a logger package, and the second being one to stop destructive commands. The logger package has a migration and a model that would save logs to the…
-

The Importance of Stopping Destructive Commands
One of the main differences between a local environment and a production one, is the ability to run the majority, if not all, of the Artisan commands via the terminal. However, you might not want to allow this to happen in a production environment. One of the easiest ways to stop this would be to…
-

Best Practices
It’s easy as a developer to get stuck in ways of coding and doing enough of a job to a point of where if it works, it works; even if it’s not the best way to do it or using best practices. I’ve created a new repository on Github here (that will be continuously worked…
-

Hello, World!
Welcome to the website. This is the first post. A bit of an introduction to me, I’m Matt and a web developer based in the West Midlands, specialising in Laravel, PHP, React, Vue, and MySQL. Currently, I’m working on a HRMS project that’s on Github (here), and have recently created a new Laravel package for…
