From: Vincent Vanwaelscappel Date: Wed, 28 Aug 2019 18:31:09 +0000 (+0200) Subject: wip #2965 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ccb4cdc413b3bd9b8b0bc1e7acc7e92697bcd06a;p=cubist_cms-front.git wip #2965 --- diff --git a/composer.json b/composer.json index da09193..8d8b390 100644 --- a/composer.json +++ b/composer.json @@ -18,12 +18,12 @@ ], "require": { "php": ">=7.1.3", - "laravel/framework": ">=5.7", + "laravel/framework": ">=5.8", "spatie/laravel-sitemap": "^5.2", "spatie/laravel-missing-page-redirector": "^2.3", "spatie/laravel-googletagmanager": "^2.6", "cubist/gtag": "dev-master", - "lavary/laravel-menu": "^1.7.5", + "lavary/laravel-menu": "^1.7", "nothingworks/blade-svg": "^0.3.1", "spatie/laravel-blade-x": "^2.2.0" }, diff --git a/resources/views/head/head.blade.php b/resources/views/head/head.blade.php index 90bca9b..11a0dee 100644 --- a/resources/views/head/head.blade.php +++ b/resources/views/head/head.blade.php @@ -4,6 +4,7 @@ @include('cubist::head.twittercard') @include('cubist::head.link') @include('cubist::head.pwa') +@favicon @stack('stylesheets') @include('googletagmanager::head') @include('gtag::head')