Skip to content

pkboom/laravel-tinker-on-vscode

Repository files navigation

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.