Hi all - how would I implement custom config settings for a Laravel installation?
For example, in Yii, I can add custom fields to the web config file, under params, and access it like Yii::app()->params['adminEmail'] (for example). Then I can just swap out the email address in the config file if it ever needs to change. How would I accomplish something similar in Laravel?