Hi, new tutorials on upcoming Laravel 4.3 are available on codeheaps.com: Laravel 4.3: New Awesome...
##What is guardian? Guardian package for Laravel provides an easy interface to manage Role Based Acc...
As mentioned here http://laravel.com/docs/queries: Note: The Laravel query builder uses PDO paramete...
Make sure you have necessary permissions on the database you are connecting with from your laravel a...
This has been asked on stackoverflow, hope this helps http://stackoverflow.com/questions/18079240/va...
IMhO, i think it should be, DB::table('items')->where('id','=',$itemID)->increment('save',1);...
This may not be what you need, but, it is a discussion on Laracasts regarding dates, there are coupl...
The Laravel portal for problem solving, knowledge sharing and community building.