thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.78k stars 2.67k forks source link

Can't find keys for settings #832

Closed wzulfikar closed 7 years ago

wzulfikar commented 7 years ago

Description:

couldn't find list of keys used in setting, eg. admin_icon_image, admin_title, etc. thus keys are called using Voyager::setting('admin_icon_image', '').

can anyone point me the link to documentation where above keys are being recorded? or is it not documented yet?

marktopper commented 7 years ago

You mean you want the predefined setting keys that Voyager uses. For this you can check the seeder (that are run when installing with dummy data)

Seeder: https://github.com/the-control-group/voyager/blob/master/publishable/database/seeds/SettingsTableSeeder.php

github-actions[bot] commented 4 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.