env('PUBLISHING_NAME', 'Word Salad'), /* |-------------------------------------------------------------------------- | Subheading |-------------------------------------------------------------------------- | | The one sentence abbreviation of the blog that will display below the name | */ 'subheading' => env('SUBHEAD', 'A blog with an as yet unclear direction.'), /* |-------------------------------------------------------------------------- | Contact Email |-------------------------------------------------------------------------- | | The public-facing email displayed in general contact and support areas of the blog | */ 'contact_email' => env('CONTACT_EMAIL', 'test@example.org'), ];