back2future / ultratinker
Laravel Tinker with super powers
v1.1
2020-09-16 10:29 UTC
This package is auto-updated.
Last update: 2024-12-29 06:52:00 UTC
README
Laravel Tinker with super powers
Installation
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,
Usage
In Console:
php artisan ultratinker
Then open the given server in browser on http://127.0.0.1:8989
Shortcuts
Ctrl + Enter
for running the given code.
Ctrl + Backspace
for clearing both input and output.