In this post we will cover renaming the branch master to main in Git. Before renaming your master branch to main in git, keep in mind anywhere you are using the master branch should also be updated.
Blog
Developer. Stop robbing yourself.
Developers. Stop robbing yourself in the software world. Resisting change and new learning. When I resist a tool in order to keep the status quo I rob myself of great satisfaction.
macOS 11 Big Sur Nginx Setup: Multiple PHP Versions
How to install multiple versions of PHP that run simultaneously on macOS 11 Big Sur. And, we will also install Nginx, MySQL 8, xdebug 3, and more.
Gradient Text With CSS Custom Properties
Clear and robust code tutorials are one of my favorite things to find. I run into just an article on CSS Text Gradients by Sebastiano Guerriero today. The article inspired a thought, “What if we had a text gradient utility class?” If we create a utility CSS class we can make multiple text gradient options […]
How I configure Laravel Homestead after installing it on Mac
Each time after updating or installing Laravel Homestead I take these steps.
Set The Max Upload Size of Nginx on Laravel Homestead
To increase the max upload size on Laravel Homestead add the config option client_max_body_size.