Developers Block
Are you a Developer? Explore the extra features here!
Add custom website settings
You can create any new setting for your application.For example, if you would like to create new setting called "dribbble_link", then here is how you can save the setting and use it anywhere in the application
To set the setting:
Setting::set('dribbble_link', 'http://dribbble.com/bootstrapguru')
In set method, the second parameter is the default value to be saved in the databaseTo get/use the setting:
Setting::get('dribbble_link')
Explore the application to find more features!