Web Tinker
Installation
shell
composer require friendsofhyperf/web-tinker --dev
Publish Configuration
shell
php bin/hyperf.php vendor:publish friendsofhyperf/web-tinker
or
shell
php bin/hyperf.php web-tinker:install
Start
shell
php bin/hyperf.php start
Access
Visit http://127.0.0.1:9501/tinker
to enter the Web Tinker page.