Completed
Laravel 8 tutorial # Component
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Laravel Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Laravel 8 tutorial - what is laravel | Introduction
- 2 Laravel 8 tutorial | what is composer
- 3 Laravel 8 tutorial # how to install laravel
- 4 Laravel 8 tutorial # Folder and file structure
- 5 Laravel 8 tutorial # Make first file
- 6 Laravel 8 tutorial # Routing with example
- 7 Laravel 8 tutorial # controller
- 8 Laravel 8 tutorial # View
- 9 Laravel 8 tutorial # Component
- 10 Laravel 8 tutorial # Blade Template
- 11 Laravel 8 tutorial - Blade Template | Header | Footer
- 12 Laravel 8 tutorial - Submit HTML form
- 13 Laravel 8 tutorial - Form Validation
- 14 Laravel 8 tutorial - What is middleware
- 15 Laravel 8 tutorial - Group middleware
- 16 Laravel 8 tutorial - Route middleware
- 17 Laravel 8 tutorial - Database configuration and Fetch Data
- 18 Laravel 8 tutorial - Model
- 19 Laravel 8 tutorial - Http Client
- 20 Laravel 8 tutorial - Http Request Methods
- 21 Laravel 8 tutorial - Session | with login example
- 22 Laravel 8 tutorial - Flash Session | Example
- 23 Laravel 8 tutorial - File Upload
- 24 Laravel 8 tutorial - Localization | locale
- 25 Laravel 8 tutorial - Show List from Database Table
- 26 Laravel 8 tutorial - Pagination with Database
- 27 Laravel 8 tutorial - Save Data in Database
- 28 Laravel 8 tutorial - Delete Data in Database
- 29 Laravel 8 tutorial - Update Data in Database
- 30 Laravel 8 tutorial - Query Builder
- 31 Laravel 8 tutorial - Aggregate methods | sum,avg,min,max etc
- 32 Laravel 8 tutorial - Joins
- 33 Laravel 8 tutorial - Migration
- 34 Laravel 8 tutorial - Important Migration command for interview
- 35 Laravel 8 tutorial - Seeding
- 36 Laravel 8 tutorial - Accessors
- 37 Laravel 8 tutorial - Mutator
- 38 Laravel 8 tutorial - One to One Relation
- 39 Laravel 8 tutorial - One to Many Relation
- 40 Laravel 8 tutorial - Stub
- 41 Laravel 8 tutorial - Fluent Strings
- 42 Laravel 8 tutorial - Route Model Binding
- 43 Laravel 8 - 7 tutorial in Hindi- Markdown Mail Template
- 44 Laravel 8 tutorial - Make Custom Command
- 45 Laravel 8 tutorial - Multiple Database Connection
- 46 Laravel 8 tutorial - What is API | introduction
- 47 Laravel 8 tutorial - Make First Simplest API
- 48 Laravel 8 tutorial - get data with API | get method
- 49 Laravel 8 tutorial - Post method API
- 50 Laravel 8 tutorial - Put method API
- 51 Laravel 8 tutorial - Delete method API
- 52 Laravel 8 tutorial - Search API
- 53 Laravel 8 tutorial - API Validation
- 54 Laravel 8 tutorial - API with Resource
- 55 Laravel 8 tutorial - API authentication with Sanctum
- 56 Laravel 8 tutorial - Upload file with API
- 57 Laravel 8 - new feature | what's new in laravel 8
- 58 Laravel 8 tutorial - update laravel 7 to 8
- 59 Laravel 8 new Feature - Bypassing Maintenance Mode
- 60 Laravel 8 tutorial - Breaking Change in for controller - Target class does not exist.
- 61 Laravel 8 jetstrem tutorial - new Feature
- 62 Laravel 8 Interview Questions and answers
- 63 Laravel basic interview question | part1
- 64 Laravel project #1 setup | composer | restaurant app
- 65 Laravel project #2 layout | add bootstrap and jquery
- 66 Laravel project #3 add navbar | header | list page
- 67 Laravel project #4 fetch Restaurant from list
- 68 Laravel project #5 Add Restaurant Form
- 69 Laravel project #6 Add Restaurant in DB | flash session | alert
- 70 Laravel project #8 Edit restaurant form
- 71 Laravel tutorial - Laravel Scheduler