⬆️ Upgrade from Laravel 7 to 8 for PHP 8
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-11-30 14:01:29 +01:00
parent 516cb44c86
commit d982682a54
4 changed files with 2587 additions and 1575 deletions

View File

@@ -22,6 +22,18 @@ return [
'description' => 'La sélection',
'language' => 'fr-FR',
/*
* The image to display for the feed. For Atom feeds, this is displayed as
* a banner/logo; for RSS and JSON feeds, it's displayed as an icon.
* An empty value omits the image attribute from the feed.
*/
'image' => '',
/*
* The format of the feed. Acceptable values are 'rss', 'atom', or 'json'.
*/
'format' => 'atom',
/*
* The view that will render the feed.
*/
@@ -31,6 +43,12 @@ return [
* The type to be used in the <link> tag
*/
'type' => 'application/atom+xml',
/*
* The content type for the feed response. Set to an empty string to automatically
* determine the correct value.
*/
'contentType' => '',
],
],
];