Flash Messages | Laravel 10 Tutorial #11

Поділитися
Вставка
  • Опубліковано 9 лис 2024
  • Laravel 10 Blade tutorial
    In this video, we're going to learn how to send success message (flash messages) to our users when they perform an action or submit a form.
    We will be using laravel's built in methods to achieve this with only 1 line of code
    If you're new to Laravel and want to learn some of the basics, then this video is for you!
    Playlist of Laravel 10 made easy Course :
    • Laravel 10 Beginners C...
    What is Laravel :
    Laravel is a free and open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model-view-controller architectural pattern and based on Symfony.
    en.wikipedia.o...
    If you have any questions or problems please leave a comment.
    Laravel Blade
    Laravel crash course
    Laravel Database and crud tutorial

КОМЕНТАРІ • 6

  • @АртурЗарипов-б2й

    Thank you very much!

  • @Kuliah_hero
    @Kuliah_hero 7 місяців тому

    thank youu sirr

  • @ousssika5359
    @ousssika5359 Рік тому +2

    thanks man

  • @draganbjelica9013
    @draganbjelica9013 6 місяців тому +1

    anybody had a problem where notifications would show after delete but not when creating new post for example? both methods redirect to same route and all but it's not showing after a post is created