logo

Laravel

Categories: IT And Software
Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

Unlock the power of modern web development with our Laravel Course, designed to take your PHP skills to the next level. Laravel is one of the most popular and robust PHP frameworks, known for its elegant syntax, scalability, and ease of use. Whether you’re a beginner looking to dive into PHP development or a professional aiming to specialize in Laravel, this course will provide you with the tools, knowledge, and hands-on experience to create efficient, high-quality web applications.

What Will You Learn?

  • Introduction to Laravel
  • Routing and URL Handling
  • Database Management and Eloquent ORM
  • Authentication and Authorization
  • Building RESTful APIs
  • Blade Templating Engine
  • Advanced Features
  • Testing and Debugging
  • Project-Based Learning

Course Content

Composer and installing, Directory Structure

Routes.php, Named routes & routes Groups

Route list, Route Controller, Passing data to View

Removing public From URL, Middelwares

Dependency Injection

Blade Intro and Master Layouts

Echo with blades, Conditional stmt & Loop in Blade

Section overriding and @parent

@include, @each, @stack and comments in blade

Introducing Models, Create Models

Connecting DB, Model Conventions and overriding

Insert records, Mass Assignment

Update, delete model, importing HTML/Form Package

Creating forms, Receiving inputs from users

Form Validations, Preserving user input data

Form validation with Request class

Display Validation Error & Customized Messages

Session, DB Migrations, DB Query Builder

Select columns with query builder

DB Query LOG

Fluent Query where and addition where clauses

Model Relationships, one to one relationships