الدورات
title
Laravel For Absolute Beginners 2024 (Arabic)

What You'll Learn
- Understanding and Working with Laravel from the Very Beginning
- Get an in-depth introduction to Laravel and understand how to get started with this powerful PHP framework.
- Learn What MVC Pattern Is and the Benefits of Using It
- Master the Model-View-Controller (MVC) design pattern and understand how it benefits web application development.
- Learn How to Install & Configure Your Local Environment
- Set up your local development environment to start building Laravel applications.
- Learn How to Install & Configure Your Laravel Project
- Learn the steps to install and configure a Laravel project for your development needs.
- Understanding Laravel Routing with Many Aspects and Options
- Understand how routing works in Laravel, including various options for routing requests to controllers and actions.
- Learn How to Use Controllers Effectively in Laravel
- Learn how to create and manage controllers in Laravel, which handle incoming requests and return responses.
- Learn How to Use Middlewares with Defining, Registering, and Aliasing Options
- Understand how to use middleware in Laravel to filter HTTP requests entering your application.
- Learn How to Use Views Effectively in Laravel
- Understand how to create and manage views in Laravel, allowing you to display dynamic data to users.
- Understanding and Working with Blade Template Engine
- Learn how to use Laravel’s Blade templating engine to build powerful and dynamic views.
- How to Integrate Front-End Themes Using Sub Views
- Learn how to integrate front-end themes into your Laravel project by breaking down the view into reusable components.
- Learn How to Use Forms & Validation in Laravel
- Understand how to create and process forms in Laravel, along with built-in validation to ensure data integrity.
- Learn How to Set Up & Configure Your Database
- Learn how to configure and connect your database with Laravel, including database connection settings.
- Understanding and Working with Laravel Migrations
- Learn how to use migrations to handle database schema changes, making it easy to version and modify your database structure.
- Learn About Eloquent ORM (Object Relational Mapper)
- Master Laravel's Eloquent ORM, which provides an easy-to-use ActiveRecord implementation for working with your database.
- Learn How to Use Models & Relationships Effectively
- Understand how to define and use models and relationships (like one-to-many and many-to-many) in Laravel to interact with your database.
- Learn How to Work with CRUD Functionalities Using ORM
- Learn how to perform Create, Read, Update, and Delete (CRUD) operations using Eloquent ORM in Laravel.
- Learn More About Pagination
- Learn how to paginate large datasets in Laravel to improve performance and user experience.
- Understanding Basic Authentication System with Laravel Breeze
- Get familiar with Laravel Breeze to implement basic user authentication and authorization in your application.
- Create a Full Practical Blog System with a Custom Front Theme
- Apply your learning by creating a practical blog system, complete with a custom front-end theme and back-end functionality.
- Learn How to Upload and Work with Files
- Understand how to handle file uploads in Laravel, allowing users to upload images, documents, and other file types.
- Get Fast and Friendly Support in the Q&A Area
- Access support and solutions through a dedicated Q&A area where you can ask questions and interact with others.