Authorization | Laravel Livewire 3 for Beginners EP29

Поделиться
HTML-код
  • Опубликовано: 11 ноя 2023
  • Welcome to our livewire 3 course, in this course we will cover all the basis needed to build dynamic front end components using livewire. Today we cover how to perform Authorization on your methods so your application is secure and safe from unauthorised access.
    My video on laravel gates and policies:
    gates : • Gates (Permissions and...
    policies : • Policies (permissions)...
    Laravel blog course mentioned in the video :
    • Build Blog with Larave...
    Blade and PHP codes used :
    gist.github.com/yelocode/2fc0...
    Course Playlist :
    • Laravel Livewire 3 Cou...
    Tailwind CDN :
    tailwindcss.com/docs/installa...
    Through out the course we will cover:
    - how to make components
    - Actions
    - Properties
    - Form Submission and Validation
    - Flash Messages
    - Tables and Pagination
    - File Uploads
    - Inline Components
    - Full page Components and Layouts
    - Events
    - Offline States
    - URL Query Parameters
    - Nesting Components
    - Navigate
    - Loading states, Lazy loading and placeholders
    - Keyboard Shortcuts
    - lifecycle hooks
    - Magic actions
    - Wire:ignore
    -Authorization
    - And more ...
    And more
    Livewire 3 website :
    livewire.laravel.com/
    Boostrap Documentation:
    getbootstrap.com/docs/5.3/get...
    If you would like me to make more livewire videos, please let me know by liking the video and commenting what you like to learn next.
    What is livewire:
    Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel. (Taken from Livewire Documentation)

Комментарии • 5

  • @_hamza_mg
    @_hamza_mg 6 месяцев назад +2

    Make in admin for yelo project can change role and permission and manage this roles
    I think it's a great addition to the project
    Spatie/laravel pakage
    Good luck bro🎉🎉

  • @kafeshop
    @kafeshop 8 месяцев назад +1

    Thx 4 actual github repo :)

  • @HamadAbdulla_7
    @HamadAbdulla_7 8 месяцев назад +2

    Nice 😊

    • @yelocode
      @yelocode  8 месяцев назад

      Thanks for Watching Hamad 😊

  • @hawzhin010
    @hawzhin010 8 месяцев назад

    thanks bro ❤❤
    but i have a question can i do when user click a delete button redirect to login page ? if I do its not make any risk ?