Download the PHP package beyondcode/tinkerwell-helper without Composer
On this page you can find all versions of the php package beyondcode/tinkerwell-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download beyondcode/tinkerwell-helper
More information about beyondcode/tinkerwell-helper
Files in beyondcode/tinkerwell-helper
Package tinkerwell-helper
Short Description Open Tinkerwell from your Laravel project.
License MIT
Homepage https://github.com/beyondcode/tinkerwell-helper
Informations about the package tinkerwell-helper
Tinkerwell Helper
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:
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:
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:
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 [email protected] instead of using the issue tracker.
Credits
- Marcel Pociot
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of tinkerwell-helper with dependencies
illuminate/support Version 5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0