Hello, I have a slight problem with route caching when using closures in the routes file. My routes....
Hi, In Laravel 4.2, I was able to load a package only for my local development in config/local/app.p...
First of all, why would you want to do that validation? In my opinion $id = $_GET['id']; $dd = City:...
In my understanding, your problem is like this: You have a login page and want it displayed only if...
Why don't you separate them into two routes? Route::group(array('prefix' => 'account'), function(...
City::find($id); returns an object. Try this code. public static function deleteCity() { $id = $...
The Laravel portal for problem solving, knowledge sharing and community building.