Skip to content

iqbalhasandev/laravel-toster-session-flash-message-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Laravel Toster Session Flash Message Component

DToster Session Flash Message Components For Laravel Project

Doc:


  • first copy plugins and js folder then paste it on public folder

  • Then Link those Js and css file to your layouts/app.blade

    • For Css
      <link rel="stylesheet" href="{{ asset('plugins/toastr.min.css') }}">
      
    • For Js
      <script src="{{asset('plugins/toastr/toastr.min.js')}}"></script>
      <script src="{{asset('js/toster-session.js')}}"></script>
      
  • then copy components/toster-session.blade.php and paste it on resource/views/components folder.

  • For use This Componet use those Line to your layout file

    {{-- call It for once time --}}
    <x-toster-session>
    

We would like to extend our thanks to the following sponsors for funding iqbalhasan.dev development. If you are interested in becoming a sponsor, please email us info@iqbalhasan.dev

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to IQBAL HASAN via info@iqbalhasan.dev. All security vulnerabilities will be promptly addressed.

License

The iqbalhasan.dev Project is open-sourced software licensed under the MIT license.