In the "Settings" section you can add any site settings that you want. You can add an image upload setting for your site logo or a text field for the main title on your home page.

1855

You have the ability to add different groups for different settings. So, if you created a new parameter inside a site group and it had a header key, you could reference this parameter anywhere on your site by doing the following:

<?php
echo setting('site.title');

Or inside of blade template like:

{{ setting('site.title') }}

What’s Next