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 Laravel portal for problem solving, knowledge sharing and community building.
The community