How to Remove a Symlink Using Command Line in macOS? Removing a symlink in terminal (both applicable to macOS and Linux) is exactly the same process as removing a regular file. March 20, 2018
Laravel Homestead: How to Backup and Restore all Databases? When you use Laravel Homestead, all of your projects are stored physically on your host. You simply do not need to worry about these files when you destroy Homestead's box, as noth… February 27, 2018
How to Install Homebrew Package Manager in macOS? If you miss a typical package manager like Advanced Package Tool (APT) from Ubuntu then Homebrew for macOS is exactly what you are looking for. It allows you to conveniently pull m… February 19, 2017
PHP: How to Extract a ZIP Archive? Extracting a ZIP archive in PHP is a very easy process. All you have to know is the location to a ZIP archive you are about to extract. Follow this brief tutorial to find out how t… October 08, 2016
Lands of Lore: Guardians of Destiny - The Cantina Fix for macOS In this article I will show you how to fix an error in Lands of Lore: Guardians of Destiny, that occurs once you try to enter the Cantina inside Huline Village. If you do so, the g… October 17, 2015
Vagrant: How to Fix "Error 60 / SSL read"? Vagrant is a great tool to manage your development environments. Recently I wanted to add a new box with Homestead to start working on another Laravel project but I was unable to d… October 09, 2015
How to Change Wallpaper of the Login Screen in OS X Yosemite? In OS X Yosemite your login screen is usually made from currently set wallpaper mixed with a blur effect. This version of the OS gives you an easy way to change this picture to som… June 06, 2015
PHP: Optimised File Response in Laravel Using HTTP Cache Headers In most common situations you are going to let your web server handle all HTTP responses for you. Imagine a case where a client is requesting a file by accessing an unique URL → se… May 28, 2015
Laravel: How to Truncate a Table With a Foreign Key Reference While Seeding? If you work with migrations in your Laravel application, sooner or later you may see an error that will forbid you to truncate a table that is referenced in a foreign key constrain… May 13, 2015
Custom Helpers in Laravel Helper functions are simply custom PHP functions that you define in a certain place and then call from anywhere across a Laravel project. If you have to change anything, you do it… May 06, 2015
How to Fix Corrupt App Store Download Cache? It may happen that a typical process of downloading an application from App Store will be interrupted by an unexpected event, like a broken internet connection at least. If this is… April 25, 2015
ReflectionException in Laravel 5 When Seeding Database (Class Does not Exist) It took me a while to realize what is going on with this strange issue. You did a migration that worked fine? Then you wanted to populate newly created table by seeding your databa… March 17, 2015