xsanisty / SlimBoard

Starter Application built on Slim Framework in MVC (and HMVC) environment
http://www.xsanisty.com/project/slim-starter
MIT License
287 stars 72 forks source link

What about upgrading the components ? #19

Open nicolasdanelon opened 8 years ago

nicolasdanelon commented 8 years ago

the question is will be support for Slim Framework 3 and illuminate v5.1 ? and twig v1.23?

And what about add CSRF protection for login page and potential contact form?

dmmarmol commented 8 years ago

Sadly, this project seems to be abandoned by xsanity. I'm using it right now for a website and it looks pretty easy (i'm not a php expert and believe me that i've tried many frameworks before this).

Maybe it's up to us to fork it and keep it alive and up to date.

nicolasdanelon commented 8 years ago

yes, it's seems to be abandoned... we can create a fork.. yes... it could be........... any interested can comment here .

dmmarmol commented 8 years ago

Totally agree. How about a SlimStarter2?

nicolasdanelon commented 8 years ago

yeah.. why not... that's the minor issue here :P

ikhsan017 commented 8 years ago

I am actually still working on upgrading to Slim3 as they mentioned RC2 release and make the php 5.5 as minimal requirements, also replacing sentry with sentinel, and use AdminLTE as the base template

It also worth mentioning that there is a Silex version of this one https://github.com/xsanisty/SilexStarter/ , SlimStrater will use similar approach and receive the same update