Skip to content

back2Lobby/ultratinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ultratinker

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 https://127.0.0.1:8989

Shortcuts

Ctrl + Enter for running the given code.

Ctrl + Backspace for clearing both input and output.