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
Overriding Login and Registration Functionality in Laravel 5 Laravel 5 comes with already built-in features like Authentication and Registration. However, sometimes you may want to change default functionality or behavior of existing compone… February 21, 2015
How to Disable Dashboard in OS X Mavericks? I have no idea who finds OS X Dashboard as an useful tool. There is a easy way to permanently turn in off by typing just few lines in terminal. Follow this article to get rid of th… November 08, 2014
Creating Bootable USB Flash Drive with OS X Mavericks Turning your external drive to a bootable startup disk from which you can install your OS X is a great way to avoid downloading a huge installer file on each Mac you want the syste… October 19, 2014