Skip to content

Web Tinker

安装

shell
composer require friendsofhyperf/web-tinker --dev

发布配置

shell
php bin/hyperf.php vendor:publish friendsofhyperf/web-tinker

shell
php bin/hyperf.php web-tinker:install

启动

shell
php bin/hyperf.php start

访问

访问 http://127.0.0.1:9501/tinker 即可进入 Web Tinker 页面。