Wednesday, 14 October 2015

How to Change Composer Global Package Install Folder in Windows

Source : How to Change Composer Global Package Install Folder in Windows
Published On : October 14, 2015 at 09:46PM
By : Agbonghama Collins

Composer a tool for dependency management in PHP that allows you to declare the libraries your project depends on and also manages (install/update) them for you. On Windows, when global install of a library / package is done, composer stores the package in windows application data folders which by default is C:\Users\{user name}\AppData\Roaming. Mind you, […]


For More Go to : w3guy - Diary of a Geek

Labels:

Monday, 5 October 2015

SQL to Update Multiple Database Table Columns With a Custom Value

Source : SQL to Update Multiple Database Table Columns With a Custom Value
Published On : October 05, 2015 at 01:10PM
By : Agbonghama Collins

On a recent project, I needed to populate a newly created column added to an existing database table with over 10 rows of record with a custom values and I’m going to show us how I did it. Take for example, a database table that previously consisted of three columns and an additional handler_structure column […]


For More Go to : w3guy - Diary of a Geek

Labels: