Skip to content

vluzrmos/lumen-tinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5eabbd5 · Apr 27, 2019

History

34 Commits
Jul 13, 2015
Sep 19, 2017
Jul 13, 2015
Jul 13, 2015
Jan 1, 2017
Jan 8, 2016
Jul 13, 2015
Jan 1, 2017
Jul 13, 2015
Jan 1, 2017
Jun 27, 2018
Jul 13, 2015
Apr 27, 2019

Repository files navigation

ABANDONED

Please consider to use the official Laravel Tinker, it is also compatible with Lumen: laravel/tinker

Lumen Artisan Tinker

Join the chat at https://gitter.im/vluzrmos/lumen-tinker

Latest Stable Version Total Downloads License Build Status StyleCI Scrutinizer Code Quality

An Interactive Shell to Lumen Framework.

Preview

Installation

Package Versions:

Lumen Tinker
5.0 1.0.*
5.1 1.1.*
5.3 1.3.0
5.4+ 1.3.*

Download from packagist:

composer require vluzrmos/tinker

Add the Service Provider to the artisan file:

if(class_exists('Vluzrmos\Tinker\TinkerServiceProvider')) {
    $app->register('Vluzrmos\Tinker\TinkerServiceProvider');
}

Note: This will not affect the performance of your application.

And that is it, to see if it works do php artisan, and be sure to see the command tinker there.

To use the shell:

php artisan tinker

Credits

That package is a partial modification of illuminate/framework and that is copyright of Taylor Otwell.

About

[ABANDONED] An Interactive Shell to Lumen Framework.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages