From 1096f0e28d489524c9c2134f3d7319530370673c Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 30 Oct 2019 14:31:32 +0800 Subject: [PATCH] Added custom.css to app.blade --- composer.json | 6 ------ .../adminlte/views/layouts/partials/htmlheader.blade.php | 7 ++++++- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 8c78b0c..12c29f1 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,6 @@ "creativeorange/gravatar": "^1.0", "orchestra/asset": "^4.0" }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/leenooks/laravel-theme" - } - ], "require-dev": { }, "autoload": { diff --git a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php index 42e88fc..256594d 100644 --- a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php @@ -39,7 +39,12 @@ @if(file_exists('css/fixes.css')) - + @endif + + @if(file_exists('css/fixes.css')) + + + @endif \ No newline at end of file