Laravel Tutorial - 9 Different ways to store data into database using Eloquent Model in Laravel 10

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • In this video, I have taught how to save data into database in different ways using Eloquent Model and Query Builder.
    Post - Different Ways to store data in Laravel 10
    www.fundaofweb...
    Playlist - Laravel 10 Tutorial
    • Laravel 10 Tutorial
    Follow us on Instagram: / funda_of_web_it
    Subscribe to my Hindi/Urdu Channel: / fundaofwebithindi

КОМЕНТАРІ • 5

  • @tahirzameer4827
    @tahirzameer4827 2 місяці тому +1

    I am here from one of your tutorial about paginations adding that was fantastic now i am subscribing, because i have not seen anyone doing one task in many different ways,
    keep it up sir and Thank you.🥰🥰🥰🥰

  • @paulbrugger9610
    @paulbrugger9610 2 місяці тому +2

    What a fantastic lesson - love your approach. Have never seen anybody do this before. I have not yet looked at the rest of your tutorial (I have trudged through so many) but I wonder if you could add a lesson on how to create or modify multiple database records at once. For example, say the company owner wants to increase prices by a certain amount based on the item price. 10% if the item is less than $10 and 5% if it is $10 or more. I imagine that the entire price table would have to be retrieved into an array or colllection and the price modified, then this modified array or new collection would have to be written back to the database. I have been looking for days but have not seen anybody do this. What do you think? In any case, thank you.

  • @manishkushwaha-je6xy
    @manishkushwaha-je6xy 8 місяців тому +1

    I'm here, Thank you

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

    Hello, looking to call modal for delete action in laravel 10 uses breeze and livewire. As it is already created along with the installation, wanna know the process to use the modal.