Try to put this route, Route::get('/api/v1/{category}/{product?}/{id?}',array('uses' => 'ProductA...
$messages = new Illuminate\Support\MessageBag; $messages->add('Stripe Error', $e->getMessage()...
Route::any('admin/productos/showbynombre', array('uses'=>'Admin_ProductosController@showbynombre'...
I have done it like this, ModelName::select('this AS thispart')->where('foo','bar')->get();
The Laravel portal for problem solving, knowledge sharing and community building.