We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e6f3c commit bce9d88Copy full SHA for bce9d88
readme.md
@@ -10,11 +10,11 @@ DToster Session Flash Message Components For Laravel Project
10
11
- Then Link those Js and css file to your layouts/app.blade
12
13
- - For Css
+ - For Css
14
```
15
<link rel="stylesheet" href="{{ asset('plugins/toastr.min.css') }}">
16
17
- - For Js
+ - For Js
18
19
<script src="{{asset('plugins/toastr/toastr.min.js')}}"></script>
20
<script src="{{asset('js/toster-session.js')}}"></script>
0 commit comments