zend-expressive-tooling
zend-expressive-tooling copied to clipboard
Migration and development tooling for Expressive
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...