Fully documented, build passing, check out perm here: https://github.com/andrewsuzuki/perm This is g...
I'm developing a package with the workbench. It requires a couple of other packages. I've been devel...
I'm developing a package in the workbench, and when I require a few dependencies in the package's co...
I just posted a somewhat incorrect answer on this thread: http://laravel.io/forum/03-10-2014-specify...
Put a guest filter on your login routes, like so: Route::get('/login/{appID?}', array('before' =>...
Are you being logged in after the attempt? Is your login route using a guest filter? Also, get rid o...
Are you sure the directory public_path().'/img/products/ exists? Do you have permission to write to...
Try logging everything to make sure your gets and token generations are working: Log::debug($user);...
What's your route for insertOrder()? If it's not /summary, then I don't see why a refresh on the red...
The Laravel portal for problem solving, knowledge sharing and community building.