Haven't used this but from reading the docs, you need to provide the models for each menu entry.
'restaurants',
'menus',
'dishes',
'ingredients',
'cuisines'
"The menu option is where you set the menu structure of the site. If you don't want any submenus, simply provide the name of your model or settings config file. The value has to be exactly equal (if you're using Linux, that means case-sensitive) to the name of the model or settings config php file."
Hi alveshelio,
By default, administrator main config file is in app/config/packages/frozennode/administrator/, not in app/config/ I'm not sure you can change the location. You should follow the "getting started" pages of http://administrator.frozennode.com/.
I use it, it works, great package!
Hi Sitesense,
Thank you for your reply, I was following this video: http://vimeo.com/64693369 and in there he talks about entering the settings page from the administrator page and in the doc it says the following: If you don't want any submenus, simply provide the name of your model or settings config file. So I assumed that I could go with the settings config file.
Thank you again for pointing out the solution.
Hi gilr, You too are right, once again, following the video, he said that we could simply copy the administrator.php file to app/config. I guess it would work only for Laravel 3.
Thank you both for the great help.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community