Laravel Tinker with super powers
Run the following command in any laravel project's root:
composer require back2future/ultratinker
Then add service provider to config/app.php :
\Back2Future\UltraTinker\UltraTinkerServiceProvider::class,
In Console:
php artisan ultratinker
Then open the given server in browser on http://127.0.0.1:8989
Ctrl + Enter
for running the given code.
Ctrl + Backspace
for clearing both input and output.