Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 627 Bytes

File metadata and controls

32 lines (20 loc) · 627 Bytes

Laravel Tinker On VSCode

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.