Download the PHP package back2future/ultratinker without Composer
On this page you can find all versions of the php package back2future/ultratinker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download back2future/ultratinker
More information about back2future/ultratinker
Files in back2future/ultratinker
Download back2future/ultratinker
More information about back2future/ultratinker
Files in back2future/ultratinker
Vendor back2future
Package ultratinker
Short Description Laravel Tinker with super powers
License MIT
Package ultratinker
Short Description Laravel Tinker with super powers
License MIT
Please rate this library. Is it a good library?
Informations about the package ultratinker
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 http://127.0.0.1:8989
Shortcuts
Ctrl + Enter
for running the given code.
Ctrl + Backspace
for clearing both input and output.
All versions of ultratinker with dependencies
PHP Build Version
Package Version
No informations.
The package back2future/ultratinker contains the following files
Loading the files please wait ....