codio / boxparts

Simple package manager
https://codio.com
Other
29 stars 26 forks source link

Laravel artisan tinker #233

Closed nblackburn closed 9 years ago

nblackburn commented 9 years ago

Could we get the following extensions enabled so Laravel developers can use the artisan tinker command?

This uses Boris REPL under the hood.

codio:~/workspace$ php artisan tinker                                                                                                                                                                                      
#Boris REPL not supported. Needs readline, posix, and pcntl extensions.
ksimuk commented 9 years ago

redline and posix extension are compiled within php5 package, pcntl can be installed with parts install php5-pcntl or Tools -> Install software.

Feel free to reopen the issue if something is not working for you.

nblackburn commented 9 years ago

Installing that package worked thanks :)