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 of the key features of
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 for your content delivery network
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 inevitably you will run into
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 Then you can check the
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 let it all go 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 you will often want to
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 works with the Laravel Blade
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 is a new way to
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 new version works for you
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 time. A gist at Github
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 requests at the repo here https://github.com/WordPress/gutenberg
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 want another sidebar and widget,