Tag: Github
-

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

Testing, 1…2…
Whether you love it or hate it, testing is an essential part of development; whether it’s writing Unit Tests or Feature Tests, or if its QA Testing, ensuring that code you have written not only does what is intended, but works with the wider code base and product. Laravel has gained a reputation for being…
-

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…
