When I create controllers whit artisan... artisan controller:make NameController Artisan creates a f...
I have this on my routes.php Route::any('admin/productos/showbynombre', 'Admin_ProductosController@s...
Hello! I need to do a search by criteria... I have many products, so.. need to show show only the p...
I'm offline sometimes and wuould like to have an offline vertion... thanks!
Well! Eloquent it's so cool! but yesterday had a doubt...Can I work laravel whitout eloquent or how...
¬¬ Ok... I changed the register method by creteUser.. that's it
mferrara said: Change... Mail::send('emails.welcome', array('key' => 'value'), function($message...
I edited the wrong file at vendor\cartalyst\sentry\src\config config.php file and the correct file...
barryvdh said: http://laravel.com/docs/database#running-queries Thanks! I used that, but i would l...
The Laravel portal for problem solving, knowledge sharing and community building.