Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
41b320a5b9 | ||
|
1096f0e28d | ||
|
b0730b9ed3 |
@@ -10,16 +10,10 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"leenooks/laravel-theme": "^2.0.15",
|
||||
"igaster/laravel-theme": "^2.0.15",
|
||||
"creativeorange/gravatar": "^1.0",
|
||||
"orchestra/asset": "^4.0"
|
||||
},
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/leenooks/laravel-theme"
|
||||
}
|
||||
],
|
||||
"require-dev": {
|
||||
},
|
||||
"autoload": {
|
||||
|
@@ -39,7 +39,12 @@
|
||||
<link rel="stylesheet" href="{{ asset('/css/adminlte.min.css') }}">
|
||||
|
||||
@if(file_exists('css/fixes.css'))
|
||||
<!-- CSS Fixes -->
|
||||
<!-- CSS Fixes -->
|
||||
<link rel="stylesheet" href="{{ asset('/css/fixes.css') }}">
|
||||
@endif
|
||||
|
||||
@if(file_exists('css/custom.css'))
|
||||
<!-- Custom CSS -->
|
||||
<link rel="stylesheet" href="{{ asset('/css/custom.css') }}">
|
||||
@endif
|
||||
</head>
|
Reference in New Issue
Block a user