14:29
How to Create a Laravel API: Explained in 14 Minutes
A summarized version of my re-freshed course on Laravel APIs. - Full course "How to Build Laravel API": ...
4:55:54
Laravel API for Beginners - A Complete Guide
Get 3 months of Hosting FOR FREE + FREE domain. Check https://hostinger.com/thecodeholic. Use coupon code ...
2:22
Laravel is a popular fullstack MVC framework for building web apps with PHP. Learn the fundamentals of Laravel and find out why ...
9:39
Stress-Testing Laravel App Performance with k6 and Http Client
How to simulate and benchmark the scenario with multiple users visiting your Laravel app? In this video, I will show two ...
4:53:04
Laravel 12 REST API Tutorial (2025) | Build a Complete RESTful API Step by Step
Unlock the full potential of Laravel 12 for API development in this comprehensive, step-by-step tutorial! Whether you're a beginner ...
4:02:42
Let's Build Task Tracker App With Laravel | Part 1: Architecture & Auth
Let's build a production-ready Daily Task Tracker using Laravel, focusing on professional architectural decisions rather than just ...
13:48
Laravel 13 Demo: JSON:API + Spatie Query Builder + Scramble API Docs
I tried to re-create the combination recommended by Taylor Otwell himself, in the new Laravel 13. My course "How to Build ...
1:16:13
Laravel Tutorial For Beginners (Simple User CRUD App)
Check out my full Laravel course here https://learnwebcode.com/laravel/ In November of 2024 I posted a Deployment / Go Live ...
23:22
How to deploy a Laravel API using CI/CD GitHub actions
Get 40% off 4 months Cloudways Web Hosting ...
1:09
How to install API routes in a new Laravel 11 app
At Laracon EU, Taylor demoed some route changes related to the API in Laravel 11 and showed the artisan command to bring ...
4:09
Full version: https://laraveldaily.com/post/bad-practices-laravel-api?mtm_campaign=youtube-api-bad-practices Support the ...
5:30
Sanctum - API authentication simplified
Laravel Sanctum is a token-based authentication system for APIs, SPAs, and mobile apps. Perfect for simple API. ➡️ Learn more ...
4:19
How to run Laravel apps in Docker
Containerizing PHP apps can be painful. Here I show how to run Laravel apps in Docker while having only one container. Instead ...
10:38
Flutter with Laravel API: Mobile App Crash Course
This is a 10-minute summary of the course we released on Laravel Daily. Full course: ...
4:29
NEW in Laravel v12.45: JsonApiResource for JSON:API Specification
Let me quickly demonstrate a new feature released in the minor Laravel version this week. Links mentioned in the video: - Original ...
11:58
Laravel Backend + Next.js Frontend: The How-To Guide
... Laravel Installation 01:19 Breeze 03:54 User Resource 04:16 API Endpoint 05:53 Next.js Installation 06:57 Call Laravel API ...
5:21
What is an API ? Simply Explained
Complete C++ Placement Course (Data Structures+Algorithm) :https://www.youtube.com/playlist?list ...
9:06
Laravel API Master Class - Working with Postman
The browser isn't a sufficient tool for working with web APIs. Instead, we need an HTTP debugger. There are many available, but ...
54:13
Laravel 8 REST API With Sanctum Authentication
Beginner-friendly REST API from scratch using Laravel 8. We will implement authentication using API keys with Laravel Sanctum.