Blog

Posts

Create A Welcome Email with Laravel Events

What are Laravel Events? An event is an action recognised by a program that may be handled by Larav...

How to use Laravel Queues to speed up your site

This tutorial will show you how to use Queues in Laravel 5.5 For Email Verification's, this tutorial...

How to add Captcha to the Laravel 5.5 Registration Process

This will help you stop spam registrations on your site. A simple Captcha Registration process.Termi...

[Fixed] PHP Fatal error: Uncaught Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined method Illuminate\Events\Dispatcher::dispatch()

I was upgrading this site to Laravel 5.4 and encountered an issue during the upgrade during a compos...

Installing Homestead and Laravel 5

A guide to install Laravel 5.4 on Linux but can be applied to any operating system. Virtual Box In...

Calling a Vue function within a v-for loop to change data

While working on this site I came across an issue with a way I saved the tags that are outputted bel...

Bash and GNU/Linux Cheat Sheet

After searching for a cheat sheet for my Bash commands I came across this. Very useful and available...

How to password protect a file

This guide will show you how to password protect a ZIP file. This can be a secure way to send files...

The virtual machine 'homestead-7' has terminated unexpectedly during startup with exit code 1 (0x1)

Ubuntu Fix: There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling...

6 Practices for a Secure PHP Application

To ensure you have a secured your web app you should make sure you have focused on coding your PHP c...