Because I'm from Slovakia also if you need some help follow me at twitter @nipidqo and pm me :)
Yea that is good idea. Create PetController with those methods and define protected $model; which yo...
I think its not laravel problem but javascript/jQuery problem. You forgot to add return false; to...
Route::get("/user/{id}/delete", "UserController@destroy"); You really should re...
Schema::create('pi_ideas' function($table) { youre missing comma it should be Schema::create('pi_...
The Laravel portal for problem solving, knowledge sharing and community building.