PLABSTUDIO
PLABSTUDIO
  • Видео 94
  • Просмотров 21 305
EP.6 Laravel 11 How to Master Template Logo, Navbar | PLAB
In this episode, developers will learn how to create and implement a master template structure that serves as the foundation for consistent page layouts across their web application. The tutorial focuses on two critical elements: professionally implementing and styling a logo, and creating a responsive navigation bar that seamlessly integrates across all pages using Laravel's template inheritance system.
Просмотров: 8

Видео

Laravel 11 API | Speed Up Your CRUD Operations with These Techniques | PLAB
Просмотров 332 часа назад
In this episode, we’ll build a complete API CRUD system using Laravel 11. Learn how to create models, set up migrations for database structure, and build controllers, including API resource controllers, to handle CRUD operations. Additionally, we’ll integrate Laravel Sanctum to secure your API with token-based authentication. By the end of this tutorial, you’ll have a fully functional, secure A...
EP.5 Laravel 11 Profile Image CRUD Tutorial Complete.| PLAB
Просмотров 224 часа назад
I've created a comprehensive guide for implementing profile image CRUD operations in Laravel 11. The guide includes all necessary components including: 1.Database migration setup 2.Model creation 3.Controller implementation with all CRUD methods 4.Blade views for listing, creating, and editing profiles 5.File storage configuration 6.Route setup
EP.5 Laravel 11 Profile Image CRUD Tutorial Part 2.| PLAB
Просмотров 179 часов назад
I've created a comprehensive guide for implementing profile image CRUD operations in Laravel 11. The guide includes all necessary components including: 1.Database migration setup 2.Model creation 3.Controller implementation with all CRUD methods 4.Blade views for listing, creating, and editing profiles 5.File storage configuration 6.Route setup
EP.5 Laravel 11 Profile Image CRUD Tutorial Part 3.| PLAB
Просмотров 1412 часов назад
I've created a comprehensive guide for implementing profile image CRUD operations in Laravel 11. The guide includes all necessary components including: 1.Database migration setup 2.Model creation 3.Controller implementation with all CRUD methods 4.Blade views for listing, creating, and editing profiles 5.File storage configuration 6.Route setup
EP.5 Laravel 11 Profile Image CRUD Tutorial Part 1.| PLAB
Просмотров 3112 часов назад
I've created a comprehensive guide for implementing profile image CRUD operations in Laravel 11. The guide includes all necessary components including: 1.Database migration setup 2.Model creation 3.Controller implementation with all CRUD methods 4.Blade views for listing, creating, and editing profiles 5.File storage configuration 6.Route setup
EP.4 Laravel 11 Authentication Techniques Login Registration and Logout | PLAB
Просмотров 8321 день назад
In this episode, we focus on building user authentication for your Laravel 11 API. Learn how to create views for user registration, login, logout, and the home dashboard.
Laravel 11 API | How to Search and Delete data | PLAB
Просмотров 71Месяц назад
In this episode, we dive into building a Laravel 11 API to search data using ID and name parameters, as well as implementing functionality to delete data from the database. Viewers will learn how to create dynamic query methods for efficient data retrieval and handle delete operations securely. By the end of this tutorial, you'll have a solid understanding of how to enhance your API with search...
Laravel 11 API | How to put/patch data | PLAB
Просмотров 101Месяц назад
In this episode, we explore the implementation of data updates in Laravel 11 API using both PUT and PATCH methods. We'll demonstrate the key differences between these methods, where PUT is used for complete resource updates and PATCH for partial modifications, helping viewers understand when and how to use each method effectively in their Laravel applications. 0:12 Intro. 2:25 Function update u...
EP3: Laravel 11 Join Clause Left, Right, Inner, Full Outer Join | PLAB
Просмотров 75Месяц назад
In this episode, we explore the use of join clauses in Laravel 11, including left join, right join, inner join, and full join. Viewers will learn how to effectively combine data from multiple tables to enhance their application's data retrieval capabilities. By the end of this tutorial, you will be equipped with the skills to implement complex queries using Laravel's query builder. 3:24 Make mo...
Laravel 11 API | Insert data to table DB | PLAB
Просмотров 66Месяц назад
In this episode, we delve into the process of inserting data into a database using Laravel 11. Viewers will learn how to create forms and handle user input to effectively store data in their application's database tables. By the end of this tutorial, you will have a solid understanding of how to implement data insertion functionality, enhancing your Laravel project's interactivity and data mana...
EP2: Laravel 11 Resource Route and Controller Example | PLAB
Просмотров 1102 месяца назад
In this episod, we will learn how to create resource routes and controller in Laravel 11 application. we know what is controller and route in Laravel and how to use it. but here i will show you how to use resource route and controller in Laravel 11. 0:59 Create views file blade.php 2:00 Routes 3:50 Make views file by command 5:07 Controller resource 8:32 Route with controller #webapplications #...
Laravel 11 API | Get data from database
Просмотров 782 месяца назад
In this episode, we explore the advanced techniques involved in constructing an API using Laravel 11. By the conclusion of this tutorial, you will have established a robust API foundation for your Laravel project. Join us as we delve into the intricacies of API development with Laravel 11, focusing specifically on retrieving data from a database. 0:52 Migration file. 2:53 Config model fill able...
Laravel 11 API | Build Powerful APIs with Laravel 11
Просмотров 1252 месяца назад
Getting Started with API Development. Our first episode will cover the fundamentals: 0:10 Setting up your Laravel project for API development 0:30 Configuring database connections 1:30 Creating models, migrations, and controllers 4:33 Create API routes 5:14 Building and testing your first API endpoints 5:35 Run test by postman 6:42 Run test by thunder client extension 7:44 Run test by browser #...
EP1: How to install Laravel 11 using Laragon on Windows 11 | PLAB
Просмотров 2282 месяца назад
In this first episode of the Laravel 11 series, we guide you through the entire process of setting up Laravel 11 on your local environment using Laragon. 0:00 Intro 1:14 Check PHP version, Composer. 2:00 Install and modify Laragon. 5:00 Modify Apache httpd folder. 5:25 Replace PHP current version. 6:00 Replace MySQL current version. 9:00 Install Laravel project. 10:58 Create DB by phpMyadmin. 1...
Laravel 10 Authentication (Registration Login Logout) Complete. [PLAB]
Просмотров 38111 месяцев назад
Laravel 10 Authentication (Registration Login Logout) Complete. [PLAB]
Laravel 10 Authentication (Registration Login Logout) EP.3/3 [PLAB]
Просмотров 218Год назад
Laravel 10 Authentication (Registration Login Logout) EP.3/3 [PLAB]
Laravel 10 Authentication (Registration Login Logout) EP.2/3 [PLAB]
Просмотров 309Год назад
Laravel 10 Authentication (Registration Login Logout) EP.2/3 [PLAB]
Laravel 10 Authentication (Registration Login Logout) EP.1/3 [PLAB]
Просмотров 403Год назад
Laravel 10 Authentication (Registration Login Logout) EP.1/3 [PLAB]
Laravel 10 BarChart Example Tutorial [PLABSTUDIO]
Просмотров 490Год назад
Laravel 10 BarChart Example Tutorial [PLABSTUDIO]
Laravel 10 Middleware Tutorial [PLABSTUDIO]
Просмотров 589Год назад
Laravel 10 Middleware Tutorial [PLABSTUDIO]
Laravel 10 Install Bootstrap 5 in Laravel [PLABSTUDIO]
Просмотров 1,4 тыс.Год назад
Laravel 10 Install Bootstrap 5 in Laravel [PLABSTUDIO]
Laravel 9 API Create JSON file to SQL [PLABSTUDIO]
Просмотров 212Год назад
Laravel 9 API Create JSON file to SQL [PLABSTUDIO]
Laravel 9 Generate QR-Code tutorial [PLABSTUDIO]
Просмотров 3802 года назад
Laravel 9 Generate QR-Code tutorial [PLABSTUDIO]
Laravel 9 Chart example tutorial [PLABSTUDIO]
Просмотров 3042 года назад
Laravel 9 Chart example tutorial [PLABSTUDIO]
Laravel 9 API Http [PLABSTUDIO]
Просмотров 2062 года назад
Laravel 9 API Http [PLABSTUDIO]
Laravel 9 Generate PDF with DOMpdf package [PLABSTUDIO]
Просмотров 1,3 тыс.2 года назад
Laravel 9 Generate PDF with DOMpdf package [PLABSTUDIO]
Laravel 9 Master template CSS JS Bootstrap with logo navbar [PLABSTUDIO]
Просмотров 3702 года назад
Laravel 9 Master template CSS JS Bootstrap with logo navbar [PLABSTUDIO]
Laravel 9 Authentication (Registration Login Logout) Complete [PLAB]
Просмотров 2 тыс.2 года назад
Laravel 9 Authentication (Registration Login Logout) Complete [PLAB]
Laravel 9 Authentication (Registration Login Logout) EP.1/3 [PLAB]
Просмотров 2342 года назад
Laravel 9 Authentication (Registration Login Logout) EP.1/3 [PLAB]