GrafiteInc / CMS

Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
https://cms.grafite.ca
MIT License
495 stars 104 forks source link

Can not create menu #156

Closed RushabhJoshi closed 6 years ago

RushabhJoshi commented 6 years ago

On menu create a page I inserted name and slug called Top and top respectively and its shows an error like

Undefined variable: menu

// error occurs after this line of store method in menucontroller
$this->repository->store($request->all())
mlantz commented 6 years ago

Please provide the version of both the CMS and Laravel that you're using.

RushabhJoshi commented 6 years ago

laravel/framework=v5.6.28 grafite/builder=v2.4.1 grafite/cms=v3.1.5 grafite/crudmaker=v1.4.3 grafite/crypto=v1.1.0 grafite/formmaker=v1.3.3

mlantz commented 6 years ago

There has been a new release please let me know if this is still an issue