Sunday, June 24, 2012

Creating a Todo List in Laravel PHP Framework

In this tutorial, I will show you how to create a fully functional CRUD based todo list. It's fairly basic but I go ahead and explain a lot of the basics. If you want me to go a little more in-depth on all the subjects (ie migrations, tasks, models, orm, mvc, form models, validation, sessions, etc..) leave a comment in the description. Let me know if you want a test-driven tutorial while making another small app in laravel. Unit testing will be using PHPUnit and you will need to install that yourself since every os, computer is completely different. Well be using the DIC(Dependency Injection Container) which will make the unit testing possible. Final Code: github.com Generate Gist: gist.github.com Verify Bundle: github.com Form-Base-Model Bundle: github.com Generator Bundle: (Work in progress) github.com

No comments:

Post a Comment