zend-expressive-tooling icon indicating copy to clipboard operation
zend-expressive-tooling copied to clipboard

Migration and development tooling for Expressive

Results 3 zend-expressive-tooling issues
Sort by recently updated
recently updated
newest added

Creating a new module still requires the user to do a `composer update` for PSR-4 namespaces to be added to Composer. A nice prompt informing the user of this, after...

As requested by @adamculp > I've grown accustomed to using a RoutesDelegator.php in my v2 Expressive projects, and specified it as follows in the ConfigProvider.php > > ``` > public...

Would be nice to have this feature to work with arbitrary namespacing for more complex projects. Something like `composer expressive module:create --namespace=Vendor\Project ModuleName` Resulting with a module in the default...