Completed
Sending Emails to New Registered Users
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Laravel PHP Framework Tutorial - Full Course for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is Laravel?
- 3 Installing Laravel
- 4 First look at the project
- 5 Intro to php artisan
- 6 Generating login flow with make:auth
- 7 Setting Up the Front End with Node and NPM
- 8 Migrations and Setting Up SQLite
- 9 Designing the UI from Instagram
- 10 Adding Username to the Registration Flow
- 11 Creating the Profiles Controller
- 12 RESTful Resource Controller
- 13 Passing Data to the View
- 14 Adding the Profiles Mode, Migration and Table
- 15 Adding Eloquent Relationships
- 16 Fetching the Record From The Database
- 17 Adding Posts to the Database & Many To Many Relationship
- 18 Creating Through a Relationship
- 19 Uploading/Saving the Image to the Project
- 20 Resizing Images with Intervention Image PHP Library
- 21 Route Model Binding
- 22 Editing the Profile
- 23 Restricting/Authorizing Actions with a Model Policy
- 24 Editing the Profile Image
- 25 Automatically Creating A Profile Using Model Events
- 26 Default Profile Image
- 27 Follow/Unfollow Profiles Using a Vue.js Component
- 28 Many To Many Relationship
- 29 Calculating Followers Count and Following Count
- 30 Laravel Telescope
- 31 Showing Posts from Profiles The User Is Following
- 32 Pagination with Eloquent
- 33 N + 1 Problem & Solution
- 34 Make Use of Cache for Expensive Query
- 35 Sending Emails to New Registered Users
- 36 Wrapping Up
- 37 Closing Remarks & What's Next In your Learning