Closed mhsenpc closed 6 years ago
after I migrated and ran the seeders.still this line was problemtaic
return \App\Application\Model\Menu::where('name' , $name)->with(['item' => function($query){ return $query->orderBy('order' , 'asc'); }])->first()->item->groupBy('parent_id');
"Trying to get property of non-object (View: /tmp/laraflat/app/Application/views/layouts/menu.blade.php) (View: /tmp/laraflat/app/Application/views/layouts/menu. ▶"
i installed it with composer create-project --prefer-dist laraflat/laraflat
pull form the dev this issues fixed
after I migrated and ran the seeders.still this line was problemtaic
"Trying to get property of non-object (View: /tmp/laraflat/app/Application/views/layouts/menu.blade.php) (View: /tmp/laraflat/app/Application/views/layouts/menu. ▶"
i installed it with composer create-project --prefer-dist laraflat/laraflat