![]() |
[split] RESTful ... CodeIgniter 4.0.0 Alpha.4 released - 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: [split] RESTful ... CodeIgniter 4.0.0 Alpha.4 released (/showthread.php?tid=72619) |
[split] RESTful ... CodeIgniter 4.0.0 Alpha.4 released - indrandr7 - 01-14-2019 Good news, exactly. But, is there a plan for restful plugin/library as default on CI? RE: [split] RESTful ... CodeIgniter 4.0.0 Alpha.4 released - ciadmin - 01-14-2019 The routing is handled already ... https://codeigniter4.github.io/CodeIgniter4/incoming/routing.html#resource-routes I am working on format translations for one of my in-progress courses, and that may make it into the core too. RE: [split] RESTful ... CodeIgniter 4.0.0 Alpha.4 released - kilishan - 01-14-2019 (01-14-2019, 07:52 AM)indrandr7 Wrote: Good news, exactly. But, is there a plan for restful plugin/library as default on CI? What features are you looking for? As ciadmin said - routing is there. There's an API Response with helper methods. CI supports content-negotiation already. What specifically are we missing that you're looking for? RE: [split] RESTful ... CodeIgniter 4.0.0 Alpha.4 released - titounnes - 01-14-2019 I have developed a RESTful with CI4. Very easy and simple. RE: [split] RESTful ... CodeIgniter 4.0.0 Alpha.4 released - ciadmin - 01-14-2019 @titounnes yes ... ? What have you developed? Anything to share? Any observations that would help the framework? RE: [split] RESTful ... CodeIgniter 4.0.0 Alpha.4 released - titounnes - 01-14-2019 (01-14-2019, 07:52 PM)ciadmin Wrote: @titounnes yes ... ? What have you developed? Anything to share? Any observations that would help the framework? Im using CI4 for my experiment. I develope an LMS for my class. |