Тёмный
No video :(

Laravel Service Class | Use Service Class In Laravel | Laravel Service Pattern | HINDI 

Ajay yadav
Подписаться 14 тыс.
Просмотров 8 тыс.
50% 1

A place for everything, everything in its place.
The controllers should always be kept thin. But this should be applicable to the model layer as well. Both goals are achievable by moving application-specific logic into application services (so, not into the model layer, making the models fat!). They are the components of the so-called service layer
Our Playlists:
Laravel 9:
• Laravel 9
Vue 3 Laravel 9 Tutorial:
• Vue 3 Laravel 9
Laravel Testing:
• Laravel Testing
Nuxt Js
• NuxtJS
Laravel And Vuejs
• Laravel And Vuejs
Laravel Notifications:
• Laravel Notification
Laravel And React Js
• Laravel ReactJs
Laravel Interview Questions And Answers:
• Laravel Interview Ques...
Laravel User Management System:
• Laravel User Managemen...
Laravel Multi Auth System
• Laravel Multi Auth System
Follow us:
YoutTube: / ajayyadavexpo
Instagram: / ajayyadavexpo
Twitter : / ajayyadavexpo
Linkedin : / ajayyadavexpo
Github : github.com/aja...
Please subscribe to my channel and share the video with your friends.
#laravel #laravelservices #serviceclass #laravelserviceclass

Опубликовано:

 

23 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 21   
@rehmanghani6726
@rehmanghani6726 Год назад
Very Nice video Ajay 👍 Keep up the good work!
@ajay-yadav
@ajay-yadav Год назад
I will try my best
@MuhammadAsif-nx7om
@MuhammadAsif-nx7om Год назад
Fantastic bro your content is unique and values the time! Thanks
@ajay-yadav
@ajay-yadav Год назад
Glad you think so!
@fitbouncer6795
@fitbouncer6795 Год назад
Can you pls do a crud operation in repository pattern (clean controller)- name, subject (checkbox), std_image, father_img Pls make a video
@mesajjadnadir
@mesajjadnadir Год назад
how to use form request in services and function call to controller ??
@naumanrashid8408
@naumanrashid8408 Год назад
A better way to make:request ServiceRequest then Validate it ..When Everything is validated then you can pass value to Services
@piyushshyam473
@piyushshyam473 Год назад
Nice video sir 👌
@riponahmed9412
@riponahmed9412 11 месяцев назад
Nice video
@jahidhossain3193
@jahidhossain3193 9 месяцев назад
Dada what is the difference between repository service and helper function...
@ajay-yadav
@ajay-yadav 9 месяцев назад
A repository in Laravel separates data access logic, aiding in database operations and model management. Helper functions, on the other hand, are simple, reusable utilities for various non-database tasks, like string manipulation or date formatting.
@ShahzaibKhan-wh5hh
@ShahzaibKhan-wh5hh Год назад
nice bro Question 1) while loop different foreach loop 2) for loop different foreach loop please give me answer
@dibbyo456
@dibbyo456 6 месяцев назад
What?
@khizer3528
@khizer3528 Год назад
Good one
@ajay-yadav
@ajay-yadav Год назад
Thanks
@nomanalisiraj8217
@nomanalisiraj8217 Год назад
bro i m little bit confused between repository and service
@farmboy4354
@farmboy4354 Год назад
Hi Noman, Repository: A central location in which data is stored and managed. It could be you local disk area or github or bitbucket etc where you store your files, codes, folder. (like in this video he created a project in some location that is repository) Service: A service is a business logic code. (like in this video he created a service class to get all post etc. that is service) I hope you got it.
@nomanalisiraj8217
@nomanalisiraj8217 Год назад
@@farmboy4354 Thank you for your reply. but i m talking about repository in Repository pattern (laravel)
@ajay-yadav
@ajay-yadav Год назад
don't worry, I'll make a video on it
@nomanalisiraj8217
@nomanalisiraj8217 Год назад
@@ajay-yadav Sure thank you. I hope you got my point
@AbdulRehman-ob8dk
@AbdulRehman-ob8dk Год назад
out class stuff
Далее
Laravel Model Method: Refactor into Service Class
9:05
PEDRO PEDRO INSIDEOUT
00:10
Просмотров 3,5 млн
Laravel Service Providers: All You Need to Know
13:13