Skip to content

levu42/laravel-tinker-on-vscode

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%