How can I do the next. Assuming I have my own BaseClass class MySuperBaseClass extends Controller {...
Hi, Here is my filter: Route::filter('app.auth', function() { $app_token = Input::get('...
Hi, Having this route in routes.php Route::get('/test-array', function(){ return [1,2,3,"hel...
Hi there, Which REST API package do you consider the best? Currently I've tried: https://github.com...
Assuming I have the next database structure: And I want to do the complex eloquent query - gather a...
The way you query is not correct. This is the way the relations are stated. http://laravel.com/docs/...
No, the problem is: Unknown column 'bank_accounts.id' in 'where clause'
Ok, found the reason. As I was using the brew php55, it is not available by default under the php c...
I think I found the solution, the case took place because I've updated to the laravel-dev version an...
When I try to do the Session::start(); Manually, then I see the next: (while on the clean laravel...
The Laravel portal for problem solving, knowledge sharing and community building.