CodeIgniter Forums
CLI Tinker - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: CLI Tinker (/showthread.php?tid=77372)



CLI Tinker - Anees Khan - 08-22-2020

hi,

i think it would be awesome if we have tinkering in ci4 cli just like laravel have php artisan tinker

so far i found this: https://forum.codeigniter.com/thread-62713.html

which was made for ci3 but i would to have this in ci4

please add it  Smile

Thanks


RE: CLI Tinker - jreklund - 08-23-2020

Hi, it's already in the works. Please check this thread; https://forum.codeigniter.com/thread-77264.html


RE: CLI Tinker - MGatner - 08-26-2020

Generators are in place! You will have to use the latest development version of the framework, or wait for next release, but they are there: system/Commands/Generators


RE: CLI Tinker - paulbalandan - 08-27-2020

I think he is referring to REPL, which is not yet present. In Vulcan there is this tinkering functionality powered by Psy Shell.