beyondcode/tinkerwell-helper
最新稳定版本:1.5.0
Composer 安装命令:
composer require beyondcode/tinkerwell-helper
包简介
Open Tinkerwell from your Laravel project.
README 文档
README
Immediately open Tinkerwell from within your Laravel applications. Think of it as a dd on steroids.
Installation
This package only works with Tinkerwell for macOS
You can install the package via composer:
composer require --dev beyondcode/tinkerwell-helper
Usage
Note: You need Tinkerwell version 2.2.0+ in order to use this package.
Use the tinker method to open Tinkerwell with the given variables available in the Tinkerwell scope.
For example:
$user = User::find(1); tinker($user);
This will open Tinkerwell and you will have the $user variable available within Tinkerwell immediately.
You can also tinker with data that is not explicitly in a temporary variable:
tinker(User::find(1));
In this case, the scoped variable(s) are named $temp0, $temp1, etc.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 97.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 59
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-10