harryqt / laravel-tinker-on-vscode
Tinker on vscode
v1.0.0
2025-09-16 11:08 UTC
Requires
- php: ^8.2
- illuminate/console: *
- illuminate/http: *
- illuminate/support: *
- laravel/tinker: *
- pkboom/file-watcher: ^0.2.6
- react/event-loop: ^1.2
- symfony/console: ^7.0
Requires (Dev)
- laravel/pint: ^1.24
- orchestra/testbench: ^9.15
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2025-09-16 12:17:13 UTC
README
You can tinker with your application on vscode.
With query:
You can even dump:
Installation
composer require harryqt/laravel-tinker-on-vscode --dev
You can publish the config:
php artisan vendor:publish --provider="Harryqt\TinkerOnVscode\TinkerOnVscodeServiceProvider" --tag="config"
Usage
php artisan tinker-on-vscode
You can show queries.
php artisan tinker-on-vscode --query