For a SaaS we have been working on we wanted to use a Root Record CNAME . A CNAME Record to point to the main domain (apex record) where the
To install Browser Sync in Laravel run npm i -D browser-sync Webpack Tweak in webpack.mix.js add mix.browserSync(‘laravel.test’); or one with the url you are using to the bottom of the file
To do a Trellis DO SSL Upgrade to have your Digital Ocean Droplet run Trellis with all secure https SSL urls several steps will need to be taken. Let me
Sometimes you want to remove untracked git files. This simply because you are trying to do a git pull request to test things locally and you get an error telling
To do a Digital Ocean Docker Machine Setup Docker Machine makes your live really easy. Here is how your can provision and deploy with your docker-machine. FYI If you have
Sometimes you want to show all users in Trellis. Just to be sure a certain database user is there. I for example keep on forgetting the database username generated based
Recently we did a WordPress Multisite Database Migration on Trellis. All is pretty straightforward files wise though we did have to do some extra media work using a volume. The database
The default Visual Studio Code theme is pretty darn good. But you sometimes want some small tweaks. Here some basic Visual Studio Code Changes that I like. You can use
Adding Digital Ocean Volume for WordPress Media can be very useful. Especially if you have a lot of images and or other media and need a cheap way to store
To comply with the GDPR or General Data Protection Regulation which will come into force this 25th of May 2018 we have come up with a GDPR WooCommerce Checklist. One
WordPress has responsive images built in these days. Since 4.4 as a matter of fact. But what if we want to have WordPress Responsive images with width based on actual image
Often you just want to do a quick WordPress setup locally on your Mac for trying something out. I always do a quick local WordPress setup with Valet. Laravel Valet