Jino Antony

Results 2 issues of Jino Antony

This PR fix #66 by generating namespaces based on a file's relative path to the project folder instead of the absolute path.

There is an issue in namespace generation when the project name contains one of the psr4 namespace. ``` "psr-4": { "App\\": "app/", "BackOffice\\": "Modules/BackOffice/" } ``` ![Screenshot (178)](https://user-images.githubusercontent.com/21086824/65814143-b74f9e00-e1fb-11e9-874c-0254cdd61ed2.png) Even though...