01 - Introduction/001 Welcome to the course.mp4 44.4 MB 01 - Introduction/001 Welcome to the course_en.srt 7.6 KB 01 - Introduction/002 Project Repositories.html 603 B 02 - Setting up our Laravel Development Environment/001 Section Introduction (DON'T SKIP unless you have dev environment setup).mp4 5.7 MB 02 - Setting up our Laravel Development Environment/001 Section Introduction (DON'T SKIP unless you have dev environment setup)_en.srt 6.9 KB 02 - Setting up our Laravel Development Environment/002 Setting up Local Development on Windows - Installing XAMPP.mp4 49 MB 02 - Setting up our Laravel Development Environment/002 Setting up Local Development on Windows - Installing XAMPP_en.srt 8 KB 02 - Setting up our Laravel Development Environment/003 Setting up Local Development on Windows - Install Composer & Laravel Installer.mp4 11.8 MB 02 - Setting up our Laravel Development Environment/003 Setting up Local Development on Windows - Install Composer & Laravel Installer_en.srt 4.4 KB 02 - Setting up our Laravel Development Environment/004 Setting up Local Development on Mac - Install Homebrew, PHP, MySQL and Composer.mp4 22.3 MB 02 - Setting up our Laravel Development Environment/004 Setting up Local Development on Mac - Install Homebrew, PHP, MySQL and Composer_en.srt 10.4 KB 02 - Setting up our Laravel Development Environment/005 Setting up Local Development on Mac - Installing Valet.mp4 38.1 MB 02 - Setting up our Laravel Development Environment/005 Setting up Local Development on Mac - Installing Valet_en.srt 5.6 KB 02 - Setting up our Laravel Development Environment/006 Alternative Local Development Environment - Installing Laravel Sail.mp4 64.5 MB 02 - Setting up our Laravel Development Environment/006 Alternative Local Development Environment - Installing Laravel Sail_en.srt 10.1 KB 02 - Setting up our Laravel Development Environment/007 Other Tools to install.mp4 11.6 MB 02 - Setting up our Laravel Development Environment/007 Other Tools to install_en.srt 6.3 KB 02 - Setting up our Laravel Development Environment/008 REST Client Tools to install.html 472 B 02 - Setting up our Laravel Development Environment/009 My Visual Studio Code Editor extensions & settings.html 3 KB 02 - Setting up our Laravel Development Environment/009 My-Vscode-settings.pdf 329.2 KB 03 - [New] Getting started with Laravel 10 (Build REST API)/001 Creating new Laravel project.mp4 17.9 MB 03 - [New] Getting started with Laravel 10 (Build REST API)/001 Creating new Laravel project_en.srt 3.3 KB 03 - [New] Getting started with Laravel 10 (Build REST API)/002 Model, Migration, Factories, and Seeders.mp4 30.9 MB 03 - [New] Getting started with Laravel 10 (Build REST API)/002 Model, Migration, Factories, and Seeders_en.srt 5.3 KB 03 - [New] Getting started with Laravel 10 (Build REST API)/003 Creating our first API Endpoint.mp4 12.7 MB 03 - [New] Getting started with Laravel 10 (Build REST API)/003 Creating our first API Endpoint_en.srt 3.6 KB 03 - [New] Getting started with Laravel 10 (Build REST API)/004 Working with Eloquent API Resource.mp4 13.3 MB 03 - [New] Getting started with Laravel 10 (Build REST API)/004 Working with Eloquent API Resource_en.srt 3.7 KB 03 - [New] Getting started with Laravel 10 (Build REST API)/005 Validating and Inserting Data.mp4 10.6 MB 03 - [New] Getting started with Laravel 10 (Build REST API)/005 Validating and Inserting Data_en.srt 4 KB 03 - [New] Getting started with Laravel 10 (Build REST API)/006 Updating Data.mp4 28.3 MB 03 - [New] Getting started with Laravel 10 (Build REST API)/006 Updating Data_en.srt 6.4 KB 03 - [New] Getting started with Laravel 10 (Build REST API)/007 Deleting Data.mp4 15.3 MB 03 - [New] Getting started with Laravel 10 (Build REST API)/007 Deleting Data_en.srt 2.1 KB 03 - [New] Getting started with Laravel 10 (Build REST API)/external-links.txt 702 B 04 - [New] API Authentication with Sanctum/001 Setting up Sanctum.mp4 10.9 MB 04 - [New] API Authentication with Sanctum/001 Setting up Sanctum_en.srt 3.2 KB 04 - [New] API Authentication with Sanctum/002 SPA Authentication - Signing users in.mp4 58.6 MB 04 - [New] API Authentication with Sanctum/002 SPA Authentication - Signing users in_en.srt 9.3 KB 04 - [New] API Authentication with Sanctum/003 SPA Authentication - Signing users out.mp4 8.6 MB 04 - [New] API Authentication with Sanctum/003 SPA Authentication - Signing users out_en.srt 1.9 KB 04 - [New] API Authentication with Sanctum/004 SPA Authentication - Registering users.mp4 38.4 MB 04 - [New] API Authentication with Sanctum/004 SPA Authentication - Registering users_en.srt 5.3 KB 04 - [New] API Authentication with Sanctum/005 Protecting routes.mp4 48.6 MB 04 - [New] API Authentication with Sanctum/005 Protecting routes_en.srt 6.2 KB 04 - [New] API Authentication with Sanctum/006 Using Sanctum for API Token Authentication.mp4 37.9 MB 04 - [New] API Authentication with Sanctum/006 Using Sanctum for API Token Authentication_en.srt 9.1 KB 04 - [New] API Authentication with Sanctum/007 Linking users to other resources.mp4 33.4 MB 04 - [New] API Authentication with Sanctum/007 Linking users to other resources_en.srt 9.4 KB 04 - [New] API Authentication with Sanctum/external-links.txt 970 B 05 - [New] Authorization/001 Creating our first Policy.mp4 20.8 MB 05 - [New] Authorization/001 Creating our first Policy_en.srt 3.3 KB 05 - [New] Authorization/002 Authorizing resources.mp4 12.6 MB 05 - [New] Authorization/002 Authorizing resources_en.srt 3.3 KB 05 - [New] Authorization/external-links.txt 242 B 06 - [New] Consuming REST API in our Vue.js 3 Application/001 Creating new Vue.js 3 project.mp4 38 MB 06 - [New] Consuming REST API in our Vue.js 3 Application/001 Creating new Vue.js 3 project_en.srt 8.7 KB 06 - [New] Consuming REST API in our Vue.js 3 Application/002 Setting up Axios for HTTP call.mp4 31.7 MB 06 - [New] Consuming REST API in our Vue.js 3 Application/002 Setting up Axios for HTTP call_en.srt 8.8 KB 06 - [New] Consuming REST API in our Vue.js 3 Application/003 Displaying data in Vue js components.mp4 25 MB 06 - [New] Consuming REST API in our Vue.js 3 Application/003 Displaying data in Vue js components_en.srt 7.8 KB 06 - [New] Consuming REST API in our Vue.js 3 Application/004 Using computed properties for displaying completed and uncompleted tasks.mp4 28.5 MB 06 - [New] Consuming REST API in our Vue.js 3 Application/004 Using computed properties for displaying completed and uncompleted tasks_en.srt 9.1 KB 06 - [New] Consuming REST API in our Vue.js 3 Application/005 Toggling the completed tasks.mp4 30.5 MB 06 - [New] Consuming REST API in our Vue.js 3 Application/005 Toggling the completed tasks_en.srt 8 KB 06 - [New] Consuming REST API in our Vue.js 3 Application/006 Adding new component to insert data.mp4 27.3 MB 06 - [New] Consuming REST API in our Vue.js 3 Application/006 Adding new component to insert data_en.srt 6.5 KB 06 - [New] Consuming REST API in our Vue.js 3 Application/007 Creating an Inline editing feature.mp4 42.3 MB 06 - [New] Consuming REST API in our Vue.js 3 Application/007 Creating an Inline editing feature_en.srt 7.9 KB 06 - [New] Consuming REST API in our Vue.js 3 Application/008 Adding new feature in our Vue js app to update data.mp4 20.1 MB 06 - [New] Consuming REST API in our Vue.js 3 Application/008 Adding new feature in our Vue js app to update data_en.srt 6.1 KB 06 - [New] Consuming REST API in our Vue.js 3 Application/009 Populating input element when editing data.mp4 9 MB