Yannick Guern 3c45fcac29 set permission on code 7 年之前
..
src 3c45fcac29 set permission on code 7 年之前
LICENSE.txt 3c45fcac29 set permission on code 7 年之前
README.md 3c45fcac29 set permission on code 7 年之前
composer.json 3c45fcac29 set permission on code 7 年之前

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

Next, register the Laravel\Tinker\TinkerServiceProvider in your config/app.php file:

'providers' => [
    // Other service providers...

    Laravel\Tinker\TinkerServiceProvider::class,
],

Basic Usage

From your console, execute the php artisan tinker command.

License

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