Blog

Posts

Laravel: symlink(): No such file or directory

I encountered an error while using Laravel and BitBucket. I accidentally pushed up the Public/Sto...

[SOLVED] Line Split Issues when Copying Data from SQL Server to Excel

IssueRecently while running a query in SQL Server Management Studio I needed to export the data to c...

Full Text Search with Laravel Scout and Algolia and Vue.js

Here we will use Laravel Scout and Algolia to add the instant full text search to your Laravel site....

Connecting MySQL Workbench to XAMPP

Trying to navigate through the XAMPP phpmyadmin page can be difficult when you have a large database...

Upgrade Cloud9 PHP to 7.1.14 for Laravel 5.3 installation

When trying to add Laravel 5.3 to Cloud9 composer was failing to run because the PHP version was to...

PHP - How to count number of items in a list

Here is a way to sort a list by value and then print it out the count of duplicates. $string = 'one...

Filter your artisan commands for easy reading

Here is a simple but useful function within you command prompt allowing you to filter your artisan c...

Deploy a Laravel Project to Kubernetes

Deploying Laravel Project to Kurbernetes Prerequisites Download Docker Desktop, once install open...

How to find the size of your drives on Linux

This is a simple command that will show you the drive space of each of your server drives. df -h

Setting up Digital Ocean and Forge for a GitHub Project

Forge Forge is a way to build and deploy servers very quickly and efficiently You can sign up here...