CodeIgniter Forums
CodeIgniter4 - Starting with RESTful API Resources - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: CodeIgniter4 - Starting with RESTful API Resources (/showthread.php?tid=69371)

Pages: 1 2


CodeIgniter4 - Starting with RESTful API Resources - natanfelles - 11-10-2017

Hello guys.

I recorded a video using CodeIgniter 4. It was a little long but maybe a bit useful for you to see some new features of the framework in case you have not downloaded it yet.

[Video: https://www.youtube.com/watch?v=lmAPsJDthFA]

https://www.youtube.com/watch?v=lmAPsJDthFA

https://github.com/bcit-ci/CodeIgniter4

Yeah! CodeIgniter is awesome. Smile


RE: CodeIgniter4 - Starting with RESTful API Resources - kilishan - 11-10-2017

@natanfelles Video not showing up for me, though the code seems to be showing in the source. Can you provide a link directly to the video so we can view it that way, also.

And @ciadmin can you see if there's an option on the YouTube embedding that might be causing a problem in MyBB?


RE: CodeIgniter4 - Starting with RESTful API Resources - kilishan - 11-10-2017

Additionally - it looks like you recorded this video before you submitted PR's to fix a few of the items you ran into, so things work even better now thanks to you Smile


RE: CodeIgniter4 - Starting with RESTful API Resources - natanfelles - 11-10-2017

Updated. Thank you.

The link is: https://www.youtube.com/watch?v=lmAPsJDthFA


RE: CodeIgniter4 - Starting with RESTful API Resources - ciadmin - 11-10-2017

Hmm - the video shows up fine in post editing mode, and I don't see anything that would prevent it from playing.


RE: CodeIgniter4 - Starting with RESTful API Resources - natanfelles - 11-10-2017

Well, means that Firefox is blocking. Please, see the console.

https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content

On Chrome just show the tag [Video: https://www.youtube.com/watch?v=lmAPsJDthFA]


RE: CodeIgniter4 - Starting with RESTful API Resources - enlivenapp - 11-10-2017

Doesn't show in iOS safari...


RE: CodeIgniter4 - Starting with RESTful API Resources - Narf - 11-11-2017

(11-10-2017, 04:56 PM)natanfelles Wrote: Well, means that Firefox is blocking. Please, see the console.

https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content

On Chrome just show the tag [Video: https://www.youtube.com/watch?v=lmAPsJDthFA]

Well, don't try to embed http:// links on an https:// site.

I don't even know how you did that. YouTube has HSTS, so you can't possibly copy a non-TLS link from them, and the forum tools ask just for that link ... You click on the insert video icon, select YouTube, paste the link and this is what's generated:

Code:
[video=youtube]https://www.youtube.com/watch?v=lmAPsJDthFA[/video]



RE: CodeIgniter4 - Starting with RESTful API Resources - Paradinight - 11-11-2017

Test
[Video: https://www.youtube.com/watch?v=lmAPsJDthFA]

@Narf The plugin from the board is defect.

edit: it change https to http


RE: CodeIgniter4 - Starting with RESTful API Resources - Narf - 11-11-2017

(11-11-2017, 04:15 AM)Paradinight Wrote: Test
[Video: https://www.youtube.com/watch?v=lmAPsJDthFA]

@Narf The plugin from the board is defect.

edit: it change https to http

If I try to edit your post, it still shows the https:// prefix ...

There's no plugin, it's a built-in feature, but it might be broken indeed.