Learn Laravel For Beginners - With Examples
Published 7/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.16 GB | Duration: 2h 25m
Published 7/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.16 GB | Duration: 2h 25m
You'll learn how to use and manage your web application using Laravel PHP Framework | Examples will be included
What you'll learn
Learning The basics of LARAVEL - Installation and Running
Learn the structure of Laravel parts and how they work - MVC
Learn modeling (Eloquent ORM) - And Database
Laravel HTML directives
Laravel and APIs
Requirements
PHP (Object oriented is recommended)
HTML
Javascript (JQuery is recommended)
Description
Hello every body ,Here is a detailes outline for what we will learn in this courseThis course is made for beginners to learn LARAVEL PHP Framework .In this course you will learn :What is Laravel and How to install and run LaravelKnow about Laravel as a frameworkInstalling Laravel using composerLaravel File StructureIntroduction to artisan command file of LaravelIntroducing Laravel conventionsThe components of laravel :Routings - How requests are being read by processing the URI of a requestControllers - Managing the request ,processing data ,and sending responsesMiddle ware - The component that acts as a gateway to permit or prevent users from making requestsModels - Connect ,Treat with databases and adding featuresViews - Manage printing data to end user (With some hints on HTML and JQuery)Helper FunctionsHow to work with Models (Eloquent ORM) ,and managing database :Migrations - Build the database structure (Tables ,Fields , and Relationships)Seeds - Initiate data inside your database tablesFactories - Create Fake and safe data to test your applicationEloquent ORM - object-relational mapper (ORM) that makes it enjoyable to interact with your databaseInitiating models accodring to tables (Using Laravel conventions)Controlling filed of tables which are/are not visible on the modelAdding additional properties to data on making calculations on the existing data to obtain other dataLaravel API - for mobile APPsBuilding responses for mobile applications using RESTFUL API
Overview
Section 1: Learning The basics of LARAVEL - Installation and Running
Lecture 1 Introduction - Laravel as a framework
Lecture 2 Installation And Running
Lecture 3 Running for the first time
Lecture 4 Laravel Structure ,Conventions ,And Artisan file
Lecture 5 The basics of Routes
Section 2: Laravel Components
Lecture 6 Routes and Controllers
Lecture 7 Resource Route and Controller
Lecture 8 Resource Route and Controller - Methods other than (GET)
Lecture 9 Contiuing methods other than GET
Beginners for web development