Laravel API Development and Security
- Category Other
- Type Tutorials
- Language English
- Total size 276.2 MB
- Uploaded By freecoursewb
- Downloads 186
- Last checked 1 hour ago
- Date uploaded 6 months ago
- Seeders 1
- Leechers 2
Infohash : 33C0CC22FA02EAAA34E58F57C30151F23D92BF53
Laravel API Development and Security
https://WebToolTip.com
Released 6/2025
By Fabian Deitelhoff
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English + subtitle | Duration: 1h 57m | Size: 300 MB
This course will teach you how to build secure Laravel APIs with authentication, authorization, and security best practices. Master RESTful API development, token-based authentication, and protection against common threats.
Building secure and efficient APIs is crucial in modern web development. In this course, Laravel API Development and Security, you’ll learn to create RESTful APIs while implementing authentication and security best practices. First, you’ll explore how to design and develop a RESTful API in Laravel, covering controllers, routes, and Eloquent models. Next, you’ll discover how to secure your API using authentication and authorization with Laravel Sanctum or Passport. Finally, you’ll learn how to protect your API against common security vulnerabilities, such as SQL injection, CSRF, and unauthorized access. When you’re finished with this course, you’ll have the skills and knowledge of Laravel API development and security needed to build robust and secure APIs for real-world applications.
Files:
[ WebToolTip.com ] Laravel API Development and Security- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 1. Introduction to Laravel API Development
- 1. Create the Conditions for Your Laravel App.mp4 (4.4 MB)
- 1. Create the Conditions for Your Laravel App.vtt (2.9 KB)
- 2. Create Your Laravel API Project.mp4 (7.7 MB)
- 2. Create Your Laravel API Project.vtt (4.6 KB)
- 1. Prepare Our Project Environment for Laravel.mp4 (7.7 MB)
- 1. Prepare Our Project Environment for Laravel.vtt (4.8 KB)
- 2. Setting up Visual Studio Code and Get to Know the Project Structure.mp4 (5.6 MB)
- 2. Setting up Visual Studio Code and Get to Know the Project Structure.vtt (3.3 KB)
- 3. Install Laravel Sanctum for Stateless APIs.mp4 (3.1 MB)
- 3. Install Laravel Sanctum for Stateless APIs.vtt (2.0 KB)
- 4. Configuring the Project and Creating Our Models.mp4 (6.1 MB)
- 4. Configuring the Project and Creating Our Models.vtt (3.6 KB)
- 5. Implementing Our Models.mp4 (7.1 MB)
- 5. Implementing Our Models.vtt (3.9 KB)
- 6. Implementing and Applying Database Migrations.mp4 (5.0 MB)
- 6. Implementing and Applying Database Migrations.vtt (2.6 KB)
- 1. RESTful APIs and Laravel HTTP Router.mp4 (4.8 MB)
- 1. RESTful APIs and Laravel HTTP Router.vtt (3.1 KB)
- 2. Versioning RESTful APIs in Laravel.mp4 (5.6 MB)
- 2. Versioning RESTful APIs in Laravel.vtt (2.7 KB)
- 3. HTTP Status Codes and Our Project Endpoints.mp4 (8.3 MB)
- 3. HTTP Status Codes and Our Project Endpoints.vtt (4.6 KB)
- 4. Implementing Controller Logic for RESTful Endpoints.mp4 (10.0 MB)
- 4. Implementing Controller Logic for RESTful Endpoints.vtt (4.9 KB)
- 5. Serve Our Laravel App and Test Endpoints with Postman.mp4 (5.6 MB)
- 5. Serve Our Laravel App and Test Endpoints with Postman.vtt (3.1 KB)
- 1. Authentication, Authorization, and the AuthController in Laravel.mp4 (5.2 MB)
- 1. Authentication, Authorization, and the AuthController in Laravel.vtt (3.5 KB)
- 2. API Tokens and the AuthController Implementation.mp4 (16.7 MB)
- 2. API Tokens and the AuthController Implementation.vtt (7.2 KB)
- 3. Testing our Authentication.mp4 (5.3 MB)
- 3. Testing our Authentication.vtt (3.5 KB)
- 4. Implementing and Testing API Token Abilities.mp4 (18.8 MB)
- 4. Implementing and Testing API Token Abilities.vtt (9.4 KB)
- 5. Implementing Laravel Gates.mp4 (13.0 MB)
- 5. Implementing Laravel Gates.vtt (7.7 KB)
- 6. Testing Laravel Gates.mp4 (4.5 MB)
- 6. Testing Laravel Gates.vtt (2.8 KB)
- 7. Introduction to Laravel Policies.mp4 (8.2 MB)
- 7. Introduction to Laravel Policies.vtt (5.6 KB)
- 8. Implementing and Testing Laravel Policies.mp4 (11.6 MB)
- 8. Implementing and Testing Laravel Policies.vtt (5.1 KB)
- 1. Introduction to API Security and Common Threats.mp4 (4.9 MB)
- 1. Introduction to API Security and Common Threats.vtt (3.1 KB)
- 2. Hiding Resources and Implementing Common HTTP Status Codes.mp4 (7.2 MB)
- 2. Hiding Resources and Implementing Common HTTP Status Codes.vtt (2.9 KB)
- 3. Data Validation and the Unauthenticated Route in Laravel.mp4 (9.2 MB)
- 3. Data Validation and the Unauthenticated Route in Laravel.vtt (5.3 KB)
- 4. JSON Responses and Exception with Less Detail.mp4 (9.7 MB)
- 4. JSON Responses and Exception with Less Detail.vtt (5.2 KB)
- 5. Implementing Rate Limiting via Throttling.mp4 (10.9 MB)
- 5. Implementing Rate Limiting via Throttling.vtt (6.3 KB)
- 6. Implementing Logging in Laravel.mp4 (8.8 MB)
- 6. Implementing Logging in Laravel.vtt (4.6 KB)
- 7. Laravels Contribution to Avoiding the OWASP Top 5 API Problems.mp4 (5.1 MB)
- 7. Laravels Contribution to Avoiding the OWASP Top 5 API Problems.vtt (3.4 KB)
- 1. Testing in Laravel and Configuring the Environment.mp4 (4.0 MB)
- 1. Testing in Laravel and Configuring the Environment.vtt (2.8 KB)
- 2. Feature vs. Unit Tests and Testing Conventions in Laravel.mp4 (6.3 MB)
- 2. Feature vs. Unit Tests and Testing Conventions in Laravel.vtt (4.3 KB)
- 3. Endpoint Testing in Laravel.mp4 (4.0 MB)
- 3. Endpoint Testing in Laravel.vtt (2.8 KB)
- 4. Implementing Authentication Tests.mp4 (12.5 MB)
- 4. Implementing Authentication Tests.vtt (5.5 KB)
- 5. Preparing Deck Endpoint and Policy Tests.mp4 (4.3 MB)
- 5. Preparing Deck Endpoint and Policy Tests.vtt (3.3 KB)
- 6. Implementing Tests for the Deck Endpoint.mp4 (10.7 MB)
- 6. Implementing Tests for the Deck Endpoint.vtt (4.3 KB)
- 7. Preparing the Deployment with Docker.mp4 (3.9 MB)
- 7. Preparing the Deployment with Docker.vtt (3.0 KB)
- 8. Deploying the Laravel Project with Docker.mp4 (9.9 MB)
- 8. Deploying the Laravel Project with Docker.vtt (5.2 KB)
- Bonus Resources.txt (0.1 KB)
- playlist.m3u (3.3 KB)
There are currently no comments. Feel free to leave one :)
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce