You can tinker with your application on vscode.
With query:
You can also output data to the console with dd() or dump().
composer require pkboom/laravel-tinker-on-vscode --devphp artisan tinker-on-vscodeYou can show queries.
php artisan tinker-on-vscode --queryYou can dump data to dump server.
php artisan tinker-on-vscode --dumpIf you only want to dump data,
php artisan dump-serverThe MIT License (MIT). Please see MIT license for more information.


