pkboom / laravel-tinker-on-vscode
Tinker on vscode
0.2.34
2025-04-20 16:10 UTC
Requires
- php: ^8.2
- illuminate/console: ^12.0
- illuminate/http: ^12.0
- illuminate/support: ^12.0
- laravel/tinker: ^2.10.1
- pkboom/file-watcher: ^0.2.6
- react/event-loop: ^1.5
- symfony/console: ^7.2.0
This package is auto-updated.
Last update: 2025-04-20 16:10:14 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.