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 --dev
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
The MIT License (MIT). Please see MIT license for more information.