pkboom/laravel-tinker-on-vscode

0.2.25 2024-04-20 13:05 UTC

README

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.