Saturday 21 June 2014

Simple Contact book in laravel to understand laravel named routes clearly

Hello friends i am back again with yet another simple application in laravel but this time the real motive behid this application to understand the named routes in laravel.

You can download the complete source code i have also include the sql file just setup the app, and study the codes i have kept the application as simple as possible to understand the routes and how they work.

If you guys face any problem do comment.

Download Code

Thursday 19 June 2014

Codeigniter Login Script With Login Attempt And Session Based User Blocking

Codeigniter Login Script With Login Attempt And Session Based User Blocking

Hello guys/girls in the post you will get to learn how to log in a user and block him/her upon 3 invalid login attempts.

This is really simple and easy in codeigniter it will only take 20 minutes to complete this section.

You can download the complete code from below

 Download Code