Skip to content

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 Server

shell
php bin/hyperf.php start

Visit

Visit http://127.0.0.1:9501/tinker to visit the Web Tinker page.