Web Development with Angular and PHP

Web Development with Angular and PHP

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 3h 56m | 1.19 GB

Build a social network with Angular 5 and Laravel in 3 Hours

Did you ever think of creating your own social network? In this course, we’re going to create one using Angular and Laravel! We’re going to build a simple social network application – “Friends’ Circle.” Users will be able to register, log-in and create entries in their social feed. Then we’ll move to crafting relationships between our users. For example, they will be able to make friends with others. This is useful when it comes to sharing content they publish only within their inner circle. Of course, users will still be able to keep their content public, but now they will have a choice. Finally, we’ll to make our application dynamic by adding WebSockets.

We’ll start by setting up the environment and creating our first Angular app covering all core concepts of Angular 5 such as Dependency Injection, Data Binding, Components, Events, and the HTTP Module. Next, we’ll move on to create a Backend API with Laravel for our application to be consumed by Angular on the front-end. Here we’ll learn about setting up Laravel on our servers and installing databases and create real-world features such as CRUD operations, form validations, and authentication, which are an integral part of data-driven applications. We’re also going to cover testing our application.

By the end of this course, you’ll have gained a solid understanding of Angular 5 and how it interacts with a Laravel 5.x backend.

This course adopts a practical approach whereby you’ll learn about the core concepts of Angular and Laravel by building a real-world web application.

What You Will Learn

  • Create authentication using JSON Web Tokens
  • Publish and consuming events with WebSockets
  • Strictly typing in TypeScript to assure stability of software you create
  • Authorize powerful applications in Laravel
  • Find your way in the Frontend world with Angular
Table of Contents

01 Course Overview
02 Setting up Laravel Environment
03 Setting up Angular environment
04 Creating Register Page
05 Creating Login Page
06 Social Feed
07 Registration
08 Authentication
09 Managing Social Feed
10 Adding Friends
11 Deleting Friends
12 Privacy Options for Sharing Content
13 Setting up Websockets
14 Handling Notifications of New Content
15 Getting Friends Notifications in Real-Time
16 Isolated Unit Tests
17 Angular Testing Utilities
18 API Tests