Hi, in ProductsController i have method public function getIndex() { $products = Product::orderBy(...
Hi, fnc in Eloquent Client model public function getNameAttribute() { if( $this->name) { retu...
Hi, a create a DashboardController (copy of HomeController) <?php namespace App\Http\Controllers;...
nberlijn said: Maybe you should try this. Run this command on the command line in your project fold...
That tutorial is for Laravel 3 and probably you have installed Laravel 4. Enable debuging in app/con...
Because Post::where('postID', '=', $id)->get() returns Eloquent Collection, not Model. If 'postID...
The Laravel portal for problem solving, knowledge sharing and community building.