slimphp / Slim-Website

Slim Framework website for GitHub Pages
http://slimframework.com
127 stars 335 forks source link

Update tutorial for Slim 4 #309

Closed akrabat closed 2 months ago

odan commented 4 years ago

I'm trying to add a Slim 4 tutorial here, but it's not finished yet.

In the meantime, we could offer a list of existing Slim 4 tutorials like:

What do you think?

l0gicgate commented 4 years ago

@odan looks great, I do think this would benefit from using Zend DB though which makes it easier for query building.

odan commented 4 years ago

What would be better?

Option 1: I copy and "update" the existing Slim 3 tutorial to a Slim 4 tutorial. Example (Draft) Option 2: I copy my existing Slim 4 tutorial and extend it with a query builder? Option 3: I create a curated list with links to Slim 4 tutorials

l0gicgate commented 4 years ago

@odan that's entirely up to you, I think option 2 and 3 are both viable. I think the Slim 3 tutorial is fairly dated at this point.

akrabat commented 4 years ago

I vote for 2 and 3

tomshaw commented 4 years ago

A tutorial how to use the latest skeleton/mvc to create a crud app would be helpful.