-
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.
-
Bulk Clearing Expiration Dates in Restrict Content Pro
-
Many-to-Many Relationships in Relational Data Models
Today I learned about Many-to-Many relationships in relational data models
-
Excel formulas to combine columns and convert time, More SQL functions
-
Aliases in SQL and Sorting Tables with jQuery
TIL how to make aliases for tables in SQL and how to sort tables with jQuery
-
Hiding Categories from the Jekyll Paginator, Unless, and Insert statements
-
Connecting and Writing to MySQL with PHP