Repository abandoned 2019-12-31This repository has moved to mezzio/mezzio-tooling.
Migration and development tools for Expressive.
Install via composer:
$ composer require --dev zendframework/zend-expressive-tooling
vendor/bin/expressive
: Entry point for all tooling. Currently exposes the following:
handler:create
command, listed below.HtmlResponse
.If the --modules-path
of your project is not under src
, you can either provide the path via the --modules-path
command-line option, or configure it within your application configuration. By adding the changed path to your application configuration, you can omit the need to use the --modules-path
option during cli execution for the various module:*
commands.
// In config/autoload/application.global.php: <?php declare(strict_types = 1); use Zend\Expressive\Tooling\Module\CommandCommonOptions; return [ /* ... */ CommandCommonOptions::class => [ '--modules-path' => 'custom-directory', ], ];
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4