pkboom/laravel-tinker-on-vscode

Tinker on vscode

Downloads

813

Stars

4

Version

0.2.24

Laravel Tinker On VSCode

You can tinker with your application on vscode.

With query:

You can even 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

You can show queries.

php artisan tinker-on-vscode --query

License

The MIT License (MIT). Please see MIT license for more information.

pkboom

Author

pkboom