create the symlink manually code example
Example 1: create a symlink
ln -s [/path/to/file] [/path/to/symlink]
Example 2: make a symlink windows
#Synopsis
mklink /D linkTarget LinkSource
OR
mklink fileTarget fileSource
#Example for directory:
mklink /D tina4php D:\projects\php\tina4-php