Laravel Repository Design Pattern | Laravel Advanced | Repository Pattern [HINDI]

Channel:
Subscribers:
16,000
Published on ● Video Link: https://www.youtube.com/watch?v=6xzGBH2jgOY



Duration: 16:27
8,074 views
184


A repository is a separation between a domain and a persistent layer. The repository provides a collection interface to access data stored in a database, file system, or external service. Data is returned in the form of objects.

The main idea to use Repository Pattern in a Laravel application is to create a bridge between models and controllers. In other words, to decouple the hard dependencies of models from the controllers. The model should not be responsible for communicating with or extracting data from the database. A model should be an object that represents a given table/document/object or any other type in our data structure, and this should be its sole responsibility. Therefore, to keep your Laravel code clean and safe, it is worth using repositories to separate the responsibility for which the model should never be responsible.
Laravel Repository Design Pattern | Laravel Advanced | Repository Pattern
Our Playlists:
Laravel 9:
https://www.youtube.com/playlist?list=PLT51dtioU1pMRjcKAxaFzvWu8Sts_UxoC
Nuxt Js
https://www.youtube.com/playlist?list=PLT51dtioU1pPGuiF-LUncoy4dBlNZQZBR
Laravel And Vuejs
https://www.youtube.com/playlist?list=PLT51dtioU1pN0mQqQ5RM5nE8uOfzsqml2
Laravel Notifications:
https://www.youtube.com/playlist?list=PLT51dtioU1pPaMcBTIvxVcVEnH9X5ynIt
Laravel And React Js
https://www.youtube.com/playlist?list=PLT51dtioU1pNoJ1C-TJbp13hEw7NmJv6i
Laravel Interview Questions And Answers:
https://www.youtube.com/playlist?list=PLT51dtioU1pMFovNbZHkHdJEzU5RNJwa2
Laravel User Management System:
https://www.youtube.com/playlist?list=PLT51dtioU1pPNxwwo3dWfkUCKI2BXnc_H
Laravel Multi Auth System
https://www.youtube.com/playlist?list=PLT51dtioU1pPmtFnYQ5WRnYvvL1zW74wl


Follow us:
YoutTube: https://www.youtube.com/c/Ajayyadavexpo
Instagram: https://www.instagram.com/ajayyadavexpo/
Twitter : https://twitter.com/ajayyadavexpo
Linkedin : https://www.linkedin.com/in/ajayyadavexpo/
Github : https://github.com/AjayYadavAi


Please subscribe to my channel and share the video with your friends.


#laravelRepositoryPattern #RepostoryPattern #LaravelAdvanced




Other Videos By Ajay yadav


2022-05-19Dynamic email configuration in laravel | Edit .env Configuration From Laravel Control Or Databases
2022-05-15Laravel .env File And Config File Setup | Laravel Add Custom Configuration File | [HINDI]
2022-05-12Laravel: Organizing your routes into several files | Create multiple files for your routes [HINDI]
2022-05-08File Upload in React JS Using Laravel RESTful API | Image Gallery React js Laravel [HINDI]
2022-05-05Integrating Template With Laravel Project | How To Integrate Template In Laravel | HINDI
2022-05-01Laravel Custom Command | Create Custom Artisan Command In laravel | Laravel Advanced [HINDI]
2022-04-28How To Run Downloaded Laravel Projects From GITHUB on localhost XAMPP
2022-04-24How To Create Custom Validation Rule In Laravel | Custom Validation Rule In Laravel [HINDI]
2022-04-21How To Upload Image In Laravel | Upload Image In Laravel 9 [HINDI]
2022-04-17How To Install React js In Laravel | React Js Laravel | Laravel React Js Tutorial [HINDI]
2022-04-14Laravel Repository Design Pattern | Laravel Advanced | Repository Pattern [HINDI]
2022-04-10Laravel Jetstream Multi Auth | Roles and Permissions In Laravel Jetstream [HINDI]
2022-04-07Laravel Macros | How to create a Macro in Laravel ? [HIND]
2022-04-03Facade In Laravel Application-What Why And How? | Laravel 9 Facades | Custom facade | Ajay [HINDI]
2022-03-31Laravel 9 Multi Auth | Laravel 9 Breeze Multi Auth | Laravel Multi auth Guard | Ajay yadav | [HINDI]
2022-03-27Laravel Helpers | Custom Helper In Laravel 9 | Class And Function-Based Helper | Ajay yadav [HINDI]
2022-03-24React js JWT Authentication | React js Laravel Auth | React js Login Authentication Routes | Ajay
2022-03-20Laravel React Js CRUD Tutorial For Beginners | React Js CRUD Tutorial | React Js For Beginners |Ajay
2022-03-17Laravel CKEditor 5 | Laravel CKEditor image Upload | Laravel CKEditor Install |Laravel 9|Ajay Yadav
2022-03-13Laravel 9 CRUD Tutorial For Beginners | Laravel 9 Step By Step | Laravel 9 Tutorial | Ajay Yadav
2022-03-10Laravel Comment System With Replies | Comment System With User Details | Nested Comments | Ajay



Tags:
laravel repository pattern
repository pattern
Laravel advanced
laravel advanced tutorial
laravel 9 repository pattern
laravel 9 advanced
repository pattern in hindi
laravel repository
laravel repository design pattern
laravel repository tutorial
laravel advanced repository pattern
laravel repository pattern tutorial
repository pattern in laravel in hindi
repository pattern in laravel 9
laravel 9 repository
repository pattern laravel
repository design pattern