pkboom / laravel-tinker-on-vscode
Tinker on vscode
0.2.35
2025-06-04 19:34 UTC
Requires
- php: ^8.1
- illuminate/console: ^10.0
- illuminate/http: ^10.0
- illuminate/support: ^10.0
- laravel/tinker: ^2.10.1
- pkboom/file-watcher: ^0.2.6
- react/event-loop: ^1.5
- symfony/console: ^6.2.0
This package is auto-updated.
Last update: 2025-06-04 19:34:24 UTC
README
You can tinker with your application on vscode.
You can dump:
Installation
composer require pkboom/laravel-tinker-on-vscode --dev
You can publish the config:
php artisan vendor:publish --provider="Pkboom\TinkerOnVscode\TinkerOnVscodeServiceProvider" --tag="config"
Usage
php artisan tinker-on-vscode
License
The MIT License (MIT). Please see MIT license for more information.