Skip to content

Commit e90f725

Browse files
Update readme.md
1 parent bce9d88 commit e90f725

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

readme.md

+8-14
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ DToster Session Flash Message Components For Laravel Project
1111
- Then Link those Js and css file to your layouts/app.blade
1212

1313
- For Css
14-
```
15-
<link rel="stylesheet" href="{{ asset('plugins/toastr.min.css') }}">
16-
```
14+
```
15+
<link rel="stylesheet" href="{{ asset('plugins/toastr.min.css') }}">
16+
```
1717
- For Js
18-
```
19-
<script src="{{asset('plugins/toastr/toastr.min.js')}}"></script>
20-
<script src="{{asset('js/toster-session.js')}}"></script>
21-
22-
```
18+
```
19+
<script src="{{asset('plugins/toastr/toastr.min.js')}}"></script>
20+
<script src="{{asset('js/toster-session.js')}}"></script>
21+
```
2322
2423
- then copy components/toster-session.blade.php and paste it on resource/views/components folder.
2524
@@ -30,7 +29,7 @@ DToster Session Flash Message Components For Laravel Project
3029
<x-toster-session>
3130
```
3231
33-
```
32+
3433
3534
## <a href="https://iqbalhasan.dev" target="_blank">iqbalhasan.dev</a> Sponsors
3635
@@ -44,8 +43,3 @@ If you discover a security vulnerability within Laravel, please send an e-mail t
4443
4544
The iqbalhasan.dev Project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
4645
47-
```
48-
49-
```
50-
51-
```

0 commit comments

Comments
 (0)