Create Custom Route Files in Laravel 9
Once your Laravel application grows larger, you certainly want to organize all the routes into smaller files instead of using one large web.php or...
Install multiple PHP versions on Ubuntu
You want to run several projects using different PHP versions? No problem, I will show you how to install multiple PHP versions on Ubuntu...
Fix Laravel issue: The server requested authentication method unknown to the client
I will show you how to fix Laravel issue "The server requested authentication method unknown to the client" in this post. Don't be panic...
Install Git latest version on Linux
Sometimes you might want to update your Git to latest version to benefit more features, right? I will show you how to install Git...
Fix issue JetBrains Toolbox Shell script not generated
Being able to launch JetBrains IDE from command line is very helpful for development, but you might see a problem where JetBrains tools is...