Skip to content

TheAdnan/Yiinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yiinker

A REPL for the Yii framework inspired by Laravel's Artisan Tinker.

Installation and usage

In the protected folder, add this to your composer.json file (if there isn't one, create an empty composer.json):

{
    "require": {
        "psy/psysh": "0.7.* || 0.8.*"
    }
}

Or simply run this command composer require psy/psysh:@stable.
Next, add the src/YiinkerCommand.php file to protected/commands folder.

Alternatively, you can run the install.sh script in your protected folder to do this job for you.

You can now run it in your terminal with:

php yiic yiinker

License

This package is licensed under the MIT license.

About

A REPL for Yii framework inspired by Laravel's Artisan Tinker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published