levu42 / laravel-tinker-on-vscode

Inspired by spatie/laravel-web-tinker

Home Page:https://github.com/spatie/laravel-web-tinker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Inspired by spatie/laravel-web-tinker

https://github.com/spatie/laravel-web-tinker


Languages

Language:PHP 100.0%