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;...
Wow, now the seme error with "getEdit" method, 5 minutes ago it works....
Try to check, if uploaded file exists http://laravel.com/docs/4.2/requests#files
Thanks very much, i do it this way public function getNameAttribute() { if( isset($this->attribu...
The Laravel portal for problem solving, knowledge sharing and community building.
The community