File tree 1 file changed +8
-14
lines changed
1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,14 @@ DToster Session Flash Message Components For Laravel Project
11
11
- Then Link those Js and css file to your layouts/app.blade
12
12
13
13
- 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
+ ```
17
17
- 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
+ ```
23
22
24
23
- then copy components/toster-session.blade.php and paste it on resource/views/components folder.
25
24
@@ -30,7 +29,7 @@ DToster Session Flash Message Components For Laravel Project
30
29
<x-toster-session >
31
30
```
32
31
33
- ```
32
+
34
33
35
34
## <a href="https://iqbalhasan.dev" target="_blank">iqbalhasan.dev</a> Sponsors
36
35
@@ -44,8 +43,3 @@ If you discover a security vulnerability within Laravel, please send an e-mail t
44
43
45
44
The iqbalhasan.dev Project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
46
45
47
- ```
48
-
49
- ```
50
-
51
- ```
You can’t perform that action at this time.
0 commit comments