Cameron
Cameron

Reputation: 28783

Sample CakePHP Application

I'm looking for a basic CakePHP application I can use as base for a new project and future ones as well. What I need is basic functionality such as users, user groups, login and register and forgot password. I have been doing some Googling and found a few tutorials and that but all don't seem to be what I'm after. I found BakeMe which seemed good, but had lots of errors and doesn't seem to have been updated.

Anyone know of some good ones? Or perhaps have their own skeleton they use for new projects that they would be happy to share. Thanks.

Upvotes: 2

Views: 3952

Answers (1)

Leo
Leo

Reputation: 6571

How about the 'standard' blog tutorial: http://book.cakephp.org/view/1528/Blog You could follow this up with the ACL tutorial and so tick most of your boxes: http://book.cakephp.org/view/1543/Simple-Acl-controlled-Application

I really recommend these two. They will introduce you to so many fundamental concepts of CakePHP that you'd be foolish to skip them. Anything built with CakePHP is extensible and the Cake Blog is no exception.

Upvotes: 2

Related Questions