Laravel Validation tip | All about array validation .

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • To support the channel on Patreon: / thanks-coffee-208174 Learn how to validate arrays in laravel
    Like, share, and subscribe are a great support.

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

  • @leenlion5255
    @leenlion5255 Год назад

    i have a question .. if i need to validate a product with its colour and each colour has a multiple size and each size has a quentity.. should it be an array of array of array or is there any way ?.. i dont know how to validate ..if you could help me .. i face this problem many weeks ago

    • @laravelboy
      @laravelboy  Год назад +1

      check it here :)
      ruclips.net/video/8QMXD_9Z68M/видео.html

    • @leenlion5255
      @leenlion5255 Год назад

      Thanks 💜💜

  • @sangeethkc7236
    @sangeethkc7236 Год назад

    Thanks brother. Just what i was looking for.

  • @jayadevrath2364
    @jayadevrath2364 Год назад

    Sir how to add resources collection with pagination like SkillResource:: collection (Skill:: pagination (8)) not working please make a video

    • @laravelboy
      @laravelboy  Год назад

      it must be SkillResource:: collection (Skill:: paginate(8))
      we already have a video about resources: ruclips.net/video/O1e2v7figcU/видео.html
      Turn notification on 😉

    • @jayadevrath2364
      @jayadevrath2364 Год назад

      @@laravelboy iam using inertia js when i try Skill::paginate(5) pagination works but when i try SkillResource:: collection (Skill:: paginate (6)) or $allSkills = Skills:: paginate ();
      SkillResource:: collection ($allSkills); pagination not working

  • @bigfacts974
    @bigfacts974 Год назад

    #CodeSnippet Hey bro, make a video on product attributes like colour and it's values like red, white, black. How to manage them in an optimize way? If you do, it will help me a lot to understand the many to many relationship. Thank you.

  • @p30mehrdad
    @p30mehrdad Год назад

    perfect. thanks alot

  • @irfan_majid4079
    @irfan_majid4079 Год назад

    Nice