Heimdall/vendor/laravel/tinker
2018-10-14 20:50:32 +01:00
..
config update to laravel 5.7 and try getting autologin saved 2018-10-14 20:50:32 +01:00
src update to laravel 5.7 and try getting autologin saved 2018-10-14 20:50:32 +01:00
composer.json Dependency updates and update version number 2018-06-13 19:35:28 +01:00
LICENSE.txt Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00
README.md update to laravel 5.7 and try getting autologin saved 2018-10-14 20:50:32 +01:00

Build Status Total Downloads Latest Stable Version License

Introduction

Laravel Tinker is a powerful REPL for the Laravel framework.

Installation

To get started with Laravel Tinker, simply run:

composer require laravel/tinker

Basic Usage

From your console, execute the php artisan tinker command.

License

Laravel Tinker is open-sourced software licensed under the MIT license.