Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 794 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 794 Bytes

Laravel Tinker On VSCode

You can tinker with your application on vscode.

With query:

You can also output data to the console with dd() or dump().

Installation

composer require pkboom/laravel-tinker-on-vscode --dev

Usage

php artisan tinker-on-vscode

You can show queries.

php artisan tinker-on-vscode --query

You can dump data to dump server.

php artisan tinker-on-vscode --dump

If you only want to dump data,

php artisan dump-server

License

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