You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Kode 6501aacb1b update to laravel 5.7 and try getting autologin saved 6 years ago
..
config update to laravel 5.7 and try getting autologin saved 6 years ago
src update to laravel 5.7 and try getting autologin saved 6 years ago
LICENSE.txt Add vendor and .env to make usable 7 years ago
README.md update to laravel 5.7 and try getting autologin saved 6 years ago
composer.json Dependency updates and update version number 6 years ago

README.md

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.