LARAVEL 11 Crash Course for Beginners 2024 | #14 Factory & Seeder (Web Developer Path)

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

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

  • @Salvatore_0000
    @Salvatore_0000 23 часа назад

    Sir Jon, I need help.
    I'm trying to build a capstone project for school that would cater 33 different types of users (Super Admin, Admin, Students). It is an event management system. How can I set up the Access Control and Authentication to make the login a role-based access depending on who logged in using Laravel 11?

  • @PanhaRa-f2d
    @PanhaRa-f2d 6 месяцев назад +1

    Thank you so much.

  • @muhammadiqbalid83
    @muhammadiqbalid83 4 месяца назад +1

    thanks

  • @acegear
    @acegear 6 месяцев назад

    i renamed postfactory for syntax reference and try command seeding it gets an error and you said post factory dont matter good thing i did not delete it

    • @shozu8063
      @shozu8063 Месяц назад

      Post factory don't matter if you also define the dummy data inside the database seeder. But in this case, he only uses Post::factory(15)->create(); meaning it references the array defined in PostFactory.