Hassan Khan
Hassan Khan
``` php array( 'env1' => [ 'servers' => array( 'host1', 'host2', 'host3' ), ], 'env2' => [ 'servers' => array( 'host4', 'host5', 'host6' ), ], 'env3' => [ 'servers' =>...
Personally I was thinking using [this repo](https://github.com/thephpleague/theme.thephpleague.com) to get it going, thoughts?
Hi maintainers, just wanted to update the `README.md` to add a touch of clarity to the setup instructions. Also found that the `migrate` targets seem to collide with `nx`'s own...
It would be nice to list the main differences between the two projects, since there is quite a lot of overlapping functionality and can be somewhat confusing to developers who...
Closes #438. Depends on #409 being merged first.
**Check List** - [x] Tests has been run in packages where changes made if available - [x] Linter has been run for changed code - [x] Tests for the changes...
**Check List** - [x] Tests has been run in packages where changes made if available - [x] Linter has been run for changed code - [x] Tests for the changes...
**Check List** - [x] Tests has been run in packages where changes made if available - [x] Linter has been run for changed code - [x] Tests for the changes...
Once the project is updated to work on OSX, then installation (should) be as simple as `pip install projeny`. IIRC it would require someone to register the package on PyPI.