The first thing you need to do is go to the gist file install-files. Once you get there you will click on the Raw. Then you will copy the url at the top Open a terminal and enter the following “curl” + the url + | bash …
I decided to automate the install of Laravel Valet and check and make sure that programs are not running that would prevent it from running. For example it will check for other running web server software such as XAMP, MAMP, Local by Flywheel, and Desktop Server and warn the user so they can remove it. …

I don’t like leaving things to chance, and I am lazy and like to make it as easy as possible. I have setup database backups via a cron job that run every day and append 0-6 corresponding to the day. There is a script wp-db-backup that does the backup to a dropbox folder and reads …

I have been very impressed with Valet+. It is a fork of of Valet. I decided to automate the install so that it would check for other running web server software such as XAMP, MAMP, Local by Flywheel, and Desktop Server and warn the user so they can remove it. It is an opinionated install so fee …
With the help of https://knowthecode.io/labs/lets-build-non-wordpress-sandbox I am going to help you setup a sandbox for all of your non WordPress php projects. Why may I ask to I need this? Have you ever struggled with debugging and wished there was a better way? There is and I am going to show you a way. The …