pkboom / laravel-tinker-on-vscode
Tinker on vscode
0.2.31
2025-04-06 22:19 UTC
Requires
- php: ^8.2
- illuminate/console: ^10.0|^11.0
- illuminate/http: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- laravel/tinker: ^2.9
- pkboom/file-watcher: ^0.2.6
- react/event-loop: ^1.2
- symfony/console: ^6.0|^7.0
This package is auto-updated.
Last update: 2025-04-06 22:20:36 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.