File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 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
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
4544The iqbalhasan.dev Project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
4645
47- ```
48-
49- ```
50-
51- ```
You can’t perform that action at this time.
0 commit comments