GithubHelp home page GithubHelp logo

yii2-tinker's Introduction

Yii2 Tinker

Build Status

Features

A console debugger like laravel artisan tinker

  • REPL
  • Powerful Dumper

Installation

composer require "luoxiaojun1992/yii2-tinker:*"

Configuration

Don't need any configuration.

If the command doesn't work, add the following configuration manually.

config/console.php

...
$config = [
    ...
    'controllerMap' => [
        ...
        'tinker' => [ // Tinker command line.
            'class' => \Yii2Tinker\TinkerController::class,
        ],
        ...
    ],
    ...
];
...

Usage

execute ./yii tinker in your application's root folder

Example:

Psy Shell v0.8.1 (PHP 7.0.14 โ€” cli) by Justin Hileman
>>> Yii::$app->params['adminEmail']
=> "[email protected]"
>>> dd([1=>'a', 2=>'b', 3=>'c'])
array:3 [
  1 => "a"
  2 => "b"
  3 => "c"
]
>>> 

yii2-tinker's People

Contributors

gogl92 avatar luoxiaojun1992 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

yii2-tinker's Issues

Increase Psy Shell version

I'm getting the warning

New version is available (current: v0.9.9, latest: v0.10.5)

The composer dependency can be updated to v0.10.5 to take advantage of all new features.

  • Dependabot could also be added to keep dependencies up to date.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.