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...
controller: public function show(Project $project) { $industries = Industry::join('project_indus...
try using Auth::user()->posts()->where('id', '=', $id)->get();
Make sure the AboutController class extends the Controller class try changing Route::get('/about', '...
Why don't you also build you api there and protect your routes with basic authentication?
The Laravel portal for problem solving, knowledge sharing and community building.