intonate/tinker-zero

Use laravel/tinker on your laravel-zero applications


Keywords
laravel, REPL, psysh, Tinker, laravel-zero, tinker-zero, console, laravel-package, php
License
MIT

Documentation

Tinker Zero

TravisCI StyleCI ScrutinizerCI License

Introduction

Tinker Zero is a bridge that allows using laravel/tinker in your Laravel Zero applications.

This is a community project and not an "official" one

Installation

To get started simply run:

composer require intonate/tinker-zero

And register Intonate\TinkerZero\TinkerZeroServiceProvider in your config/app.php file:

'providers' => [

    Intonate\TinkerZero\TinkerZeroServiceProvider::class,

],

Usage

Tinker Zero provides you with all the power of the Laravel Tinker.

php your-app-name tinker

License

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