littlegiant/sliver
Composer 安装命令:
composer require littlegiant/sliver
包简介
Tinker with a sliver of your code with an interactive debugger and REPL for SilverStripe, powered by psysh.
README 文档
README
Tinker with a sliver of your code with an interactive debugger and REPL for SilverStripe, powered by psysh.
Inspired by Laravel's artisan tinker, and powered by psysh, Sliver allows you to play with your SilverStripe code during runtime with the added debugging functionality from psysh.
Installation
Install the Sliver cli globally by running the following command:
$ composer global require littlegiant/sliver
Usage
- Simply run
sliverin the root of your SilverStripe project. - Write your line of PHP code and hit enter.
- That line of code will then be run and the output value of that line will be displayed in console.
For more information, check out psysh's documentation.
License
Sliver is released under the MIT license
Contributing
Code guidelines
This project follows the standards defined in:
统计信息
- 总下载量: 473
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 20
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-29