In this demo I will show you how to set up a basic Laravel app. I will also show you how you can use some…
Blog
If you are using Let’s Encrypt or any other SSL certificates at Dreamhost and you need to add the SSL certificate to StackPath (formerly MaxCDN) CDN…
Often when clients run WordPress on shared hosting they eventually run into PHP errors like maximum execution time or out of memory errors. This as…
To upgrade from PHP 7.0 to 7.1 on Homebrew you have to first inlink 7.0 and then install 7.1: brew unlink php70 brew install php71…
For a lot of us we have great content that can be useful months or years after we have published it. Such a shame to…
If you are working with Bootstrap and like most Sage developers are brave enough to work with the Bootstrap 4 beta with all it’s goodies…
To set up Sage 9 with WooCommerce things have to be done slightly different from the setup in Sage 8. This mainly as Sage 9…
Just installed Digital Ocean monitoring beta on one of my Digital Ocean droplets where I have Trellis running for a WordPress client of mine. It…
Decided to test WooCommerce 2.7.0 beta 3 locally for my Ianua Theme. As a theme author it is always important to see if a whole…
Basic Contact Form 7 CSS styling is horrible. Here a basic setup in CSS I have been working on and will update from time to…
WordPress Frontend Editor Gutenberg is in progress and is looking better day by day. You can play with the demo here: https://wordpress.github.io/gutenberg/ and report bugs or feature…
Sometimes you need to add custom code to your menu. You need a custom menu item that basically is just some html code. You don’t…