tinkerwell-helper icon indicating copy to clipboard operation
tinkerwell-helper copied to clipboard

Open Tinkerwell right from your Laravel apps.

Results 6 tinkerwell-helper issues
Sort by recently updated
recently updated
newest added

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l10-compatibility`...

Steps to Reproduce: ```php use App\Models\User; User::first(); ``` An run the code above. It Returns: ```php $array = [ 'Error' => ' ErrorException Undefined variable $output at phar:///Applications/Tinkerwell.app/Contents/Resources/tinkerwell/tinker.phar/src/Actions/TableAction.php:38 34▕ $values...

I could make it work, that the app is opened in Windows. The only thing that doesn't work, for now, is that the variables are not populated. I hope my...

This is what I get when trying to use `tinker` helper. ErrorException (E_WARNING) exec(): Unable to fork [open "tinkerwell://?cwd=QzpcT3BlblNlcnZlclxkb21haW5zXGRldi5pbXBlcmF0dG9yLnJ1&scope=YTox... I think reason is that Windows doesn't have "open" command. But...

Hey! I discovered this helper today and this is excellent ! I'm pretty sure this could be used as a vim plugin to evaluate our selection directly on tinkerwell. But...