Tag: php

PHP Unit With Mysql and MAMP

Resolving MYSQL socket location for phpunit

John H John H
2 minutes

PHP Namespace resources and Autoloading with Composer

Fantastic Article about them...

John H John H
~1 minute

Laravel Save Form Post

php artisan make:migration tasks in database / migrations / create tasks table - paste in up() ...

John H John H
~1 minute

Laravel Deployment on Ec2

You gotta have composer installed cd /home/ec2-user/ sudo curl -sS...

John H John H
2 minutes

Get Url In Laravel

There are a bunch of ways to grab the url in Laravel. Here are a few of the ways I have found....

John H John H
~1 minute

PHP Cookie Problems

Cookies have been around forever - they are browser based variables that can be set to expire in...

John H John H
7 minutes

Hreflang System for Wordpress

HrefLang Class This class handles buidling the href lang tags across all of out international...

John H John H
4 minutes

Ajax JSON obj to HTML template Using Vue JS

I wanted to take a simple results set from a database using php, return that result set back as a...

John H John H
6 minutes