-
How to Back Up Your Laravel Homestead Databases
Today I upgraded from Homestead 4.0.0 to 5.0.1 so I could test my sites in PHP 7. That was a major upgrade and a number of things changed, so I decided that I needed to back up my databases before I did the upgrade. I’d only ever dumped specific databases before, but TIL how to dump them all at once. Here is how to do that in Laravel Homestead.
-
WordPress Plugins, Development Planning for New Developers
TIL a new-to-me development philosophy and the basic parts of creating a WordPress plugin.
-
Checking for Keys and Looking Up Values in Arrays, Restricting Files in .htaccess
TIL how to check for keys and look up values in arrays, as well as how to restrict files via .htaccess.