Web Development

Web Developer and Marketing Tech Enthusiast

All Stories

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

jekyll static site quickstart

This is directly from jekyllrb.com, the main website for jekyll. gem install bundler jekyll...

John H John H
~1 minute

Loggly Apache Missing Access Logs

I've been using Loggly to consolidate my server logs for about a month now.  Overall I'm...

John H John H
2 minutes