ماذا تعرف عن MVC

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • mvcهو نظام معماري تستخدمه لارافيل في بناء التطبيقات وله العديد من الممميزات مثل تسريع عملية التطوير البرمجيات ويعمل علي تنظيم كتابة الكود
    اذ عجبك الفيديو لا تبخل علينا بالليك والاشتراك
    MVC in Laravel:
    Laravel is a popular PHP web framework that utilizes the Model-View-Controller (MVC) architectural pattern to separate application logic into three interconnected parts:
    View: The View is responsible for presenting the data to the user. It generates the HTML markup that displays the data to the user in a web browser.
    Controller: The Controller acts as an intermediary between the Model and View. It receives user requests, interacts with the Model to retrieve data, and then passes the data to the View to be rendered.
    Laravel's implementation of MVC follows a structured approach:
    Models: Models are typically defined using Eloquent, Laravel's Object Relational Mapper (ORM), which simplifies database interactions.
    Controller Action: The controller method retrieves the product data from the database using the Model.
    View Rendering: The controller passes the processed data to the appropriate View template.
    HTML Generation: The View template generates the HTML markup using Blade syntax, incorporating the provided data.
    MVC in Laravel provides a structured and organized approach to developing web applications, promoting code maintainability, reusability, and testability.
    Mahmoud Abdelhakam & mixcoding
    @mixcoding
    / @mixcoding
    @mixcoding
    • Laravel
    learn more
    • لارافيل 10X اخر تحديث ...
    • احترف DaVinci Resolve ...
    • Laravel || مقدمة للقنا...
    • Laravel Bootcamp || Bu...
    • تحديث لارافيل 10 وكيفي...
    • Laravel E-Commerce || ...
    • Laravel || Introductio...
    • Laravel || File Storag...
    • Laravel || Queues Intr...
    • Laravel || Breeze Upda...
    • Laravel || Email Verif...
    • Laravel || Database: M...
    • Laravel || Notificatio...
    • Android Studio || Intr...
    • Laravel || How to Use ...
    • Laravel || API Introdu...
    • Laravel 9 || Course O...
    • Laravel || ECommerce 0001
    • Laravel Complete Tutor...
    وكن معانا دائما مع وسائل التواصل الاجتماعي
    / mahmoudayoub0
    / mahmoud.abdelhakm.7
    #Laravel
    تابعونا على الموقع الإلكتروني الخاصة بنا
    www.fikrtanys.com
    / mahmoud-abdelhakam-1b7...
    / lavestory8
    Github
    github.com/moo...
    / mahmoud.abdelhakm.14
    #trening #php
    E-Commerce
    • Laravel E-Commerce || ...
    Laravel
    Mahmoud Abdelhakam
    How to create the app with laravel show on the video
    • Laravel E-Commerce || ...
    هدف القناة
    • Laravel || مقدمة للقنا...
    Laravel Bootcamp
    • Laravel Bootcamp || Bu...
    Shorts
    • ازي احقق اهدافي بطريقة...
    University Management System
    • Laravel || Introductio...
    Events
    • Laravel || Breeze Upda...
    laravel tutorial
    laravel tutorial for beginners step by step
    Database
    • Laravel || Database: M...
    تابع اشهر فيديو
    / @mixcoding
    podcasts
    / @mixcoding
    قوائم التشغيل
    / @mixcoding
    المنتدي
    / @mixcoding
    انستجرام
    • laravel & instagram ||...
    انا محمود عبدالحكم مبرمج عربي باستخدام لغة البرمجة بي اتش بي باستخدام اطار العمل لارافيل كمان الامن السيبراني ولغة جافا اسكربت وجافا css html الي جانب مهارات عامة في الكمبيوتر وتعلم البرمجة للاطفال

ความคิดเห็น • 2

  • @yahiabentaleb5137
    @yahiabentaleb5137 3 หลายเดือนก่อน +1

    شكرا جزيلا عا المجهودات اخوك من الجزاىر
    اريد فقط سؤالك في تحويل اي مشروع laravel الى application desktop
    بعد انتهاء من المشروع اريد جعله تطبيق في سطح المكتب كيف افعل ذلك

    • @mixcoding
      @mixcoding  3 หลายเดือนก่อน

      th-cam.com/video/7YBDJwfzCDM/w-d-xo.html
      دة فيديو يشرح لك كيفية تحويل لارفيل الي ديسك توب