Skip to content

Commit 843295b

Browse files
committed
admin ui fix - readme update
1 parent c1b71d7 commit 843295b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
## With Multi-level Categories and Full Text Search
33
It has everything you need to quickly and easily add a blog to your laravel app.
44

5+
## [Online Demo](https://cms.binshops.com/login)
6+
You can check Hessam CMS online: [https://cms.binshops.com](https://cms.binshops.com/login)
7+
58
### Quick and easy installation
69

710
Install with following command and follow the instructions.

src/Views/blogetc_admin/layouts/admin_layout.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito" crossorigin="anonymous">
2727

2828
<!-- Styles -->
29-
@if(file_exists(public_path("blogetc_admin_css.css")))
29+
{{-- @if(file_exists(public_path("blogetc_admin_css.css")))--}}
3030
<link href="{{ asset('blogetc_admin_css.css') }}" rel="stylesheet">
31-
@else
32-
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
31+
{{-- @else--}}
32+
{{-- <link href="{{ asset('css/app.css') }}" rel="stylesheet">--}}
3333
{{--Edited your css/app.css file? Uncomment these lines to use plain bootstrap:--}}
3434
{{--<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">--}}
3535
{{--<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">--}}
36-
@endif
36+
{{-- @endif--}}
3737

3838

3939
</head>

0 commit comments

Comments
 (0)