Funda Of Web IT
Funda Of Web IT
  • 816
  • 12 527 938
Laravel 11 + Vue 3 with Inertia JS - Install and setup the pages, layouts, Component, use Props
In this video, I have taught how to install and run the vue 3 with inertia js in Laravel 11. we will be seeing how to create pages, components, layouts and how to use props in vue pages from Controller and also how to install & setup breeze auth in vue js with inertiaJs.
01:38 - Setup Database
03:12 - Breeze Installation Auth Scaffolding (Vue 3 with Inertia)
06:10 - Creating pages
11:00 - Passing data to pages (using Props)
13:20 - Create Components i.e. Navbar Component.
18:30 - Create Layout i.e. Frontend Layout
21:23 - Add Page Title (using Head)
Follow us on Instagram: funda_of_web_it
Subscribe to my Hindi/Urdu Channel: czcams.com/users/fundaofwebithindi
zhlédnutí: 364

Video

Laravel 11 rest api tutorial | How to make rest API in Laravel 11 | Laravel 11 API CRUD from Scratch
zhlédnutí 1,3KPřed 14 dny
In this video, I have taught how to make/create rest api in laravel 11 from Scratch. We are taking an example of products record, where we will be creating product data, show, edit update, delete the products data using api in laravel 11. Once this REST API is successfully created, you can use this Laravel REST API for any frontend framework to make CRUD. (Like: Vue JS, React JS, Angular, Nuxt ...
Laravel 11 - CRUD Operation Tutorial for beginners step by step | w/ Resource Controller in Laravel
zhlédnutí 1,6KPřed 21 dnem
In this video, I have taught how to make a complete crud application step by step about how to Insert data into Database, Read database from database, edit & update data into database, Delete data from database and finally how to use pagination in Laravel 11. Post: Source Code: www.fundaofwebit.com/post/laravel-11-crud-application-example-tutorial Follow us on Instagram: funda_of_...
Laravel 11 Multi Guard Authentication Tutorial | Multiple authentication for User & Admin in Laravel
zhlédnutí 1,7KPřed 21 dnem
In this video, I have taught how to create a multi guard authentication in laravel 11 step by step tutorial in detail. Where we are creating Admin Guard for Authentication. Post - Source Code: www.fundaofwebit.com/post/laravel-11-multi-authentication-using-guard-tutorial Follow us on Instagram: funda_of_web_it Subscribe to my Hindi/Urdu Channel: czcams.com/users/fundaofwebithindi
How to install Spatie roles and permission in Laravel 11 | Spatie Laravel 11 Tutorial
zhlédnutí 1,1KPřed 21 dnem
In this video, I have taught how to install and setup the Spatie roles and permission package in laravel 11 step by step. Like adding the Spatie providers, publish the spatie vendor files, adding the Spatie roles & permission middleware as aliases. You can watch this below video to create the CRUD operation for roles & permission and assigning roles & permission to users and many more: Laravel ...
Laravel 11 - How to create and use Middleware in Laravel | Laravel 11 middleware tutorial
zhlédnutí 823Před 28 dny
In this video, I have taught I have taught how to create middleware and use middleware in Laravel 11. How to Use Laravel Middleware to Protect Your Application. This middleware handles Auth-Check whether the User is Authenticated or not, and also User-role is Admin or not. Follow us on Instagram: funda_of_web_it Subscribe to my Hindi/Urdu Channel: czcams.com/users/fundaofwebithindi
Laravel 11 - How to make login and registration using Breeze Auth Scaffolding in Laravel 11
zhlédnutí 540Před měsícem
In this video, I have taught how to install Login and Registration system in Laravel 11 Breeze Auth Scaffolding tutorial step by step. Follow us on Instagram: funda_of_web_it Subscribe to my Hindi/Urdu Channel: czcams.com/users/fundaofwebithindi
Laravel 11 Tutorial : How to install and run the Laravel 11 application using composer
zhlédnutí 299Před měsícem
In this video, I have taught how to install and run the Laravel 11 application via composer step by step. Playlist - Laravel 11 Tutorial: Follow us on Instagram: funda_of_web_it Subscribe to my Hindi/Urdu Channel: czcams.com/users/fundaofwebithindi
How to create, integrate reCAPTCHA and verify it using google api in PHP | PHP reCAPTCHA Checkbox
zhlédnutí 617Před měsícem
In this video, I have taught 1. How to create a reCAPTCHA step by step and get the SITE_KEY & SECRET_KEY. 2. How to integrate a reCAPTCHA in php contact form using google recaptcha cdn links & scripts. 3. How to verify the reCAPTCHA after Form Submit using google recaptcha siteverify api step by step. How to send email using PHPMailer in php: czcams.com/video/h2bLhhAli0o/video.html Follow us on...
Swift Mailer - How to send email using Swift Mailer in PHP via Contact Form - Gmail SMTP Server
zhlédnutí 511Před měsícem
In this video, I have taught how to send mail using Swift Mailer in PHP via Contact Form. Used Bootstrap 5 for designing the UI for Contact Form. How to send mail in PHP using PHP-Mailer: czcams.com/video/h2bLhhAli0o/video.html How to generate app password in Gmail: czcams.com/video/weA4yBSUMXs/video.html Follow us on Instagram: funda_of_web_it Subscribe to my Hindi/Urdu Channel:...
How to send email using PHPMailer in php via Contact Form - Gmail SMTP Server
zhlédnutí 3,6KPřed měsícem
In this video, I have taught how to send mail using PHPMailer in PHP via Contact Form. Used Bootstrap 5 for designing the UI of Contact Form. Post: send email using PHPMailer in php - www.badaiwala.com/post/how-to-send-email-in-php-using-phpmailer How to generate app password in Gmail: czcams.com/video/weA4yBSUMXs/video.html Follow us on Instagram: funda_of_web_it Subscribe to my...
How to generate or create app password in Gmail account - 2024
zhlédnutí 755Před měsícem
In this video, I have taught that how to create or generate a gmail account app password step by step 2024. Follow us on Instagram: funda_of_web_it Subscribe to my Hindi/Urdu Channel: czcams.com/users/fundaofwebithindi
Laravel 10 - Laravel Policy Authorization tutorial step by step with roles & permissions
zhlédnutí 1,6KPřed 3 měsíci
In this video, I have taught how to create and use Laravel Authorization using Policy and use in the application in different ways. Laravel Policy with Spatie Roles & Permissions. Laravel Policy with authorize(), can(), cannot() and Policy Methods. Post - Laravel Policy Tutorial using Spatie Roles & Permission step by step www.fundaofwebit.com/post/laravel-policy-using-spatie-roles-and-permissi...
Part 3/3 - How to use Roles and Permissions to protect routes with middleware in Laravel 10
zhlédnutí 5KPřed 4 měsíci
In this video, we will see how to use these Roles and Permissions to manage and protect the routes in the Laravel application. So basically, protecting routes means when a user is trying to access a certain route, to which he does not have permission, then we will not allow the user to access that route/page. We will be covering Roles & Permission with:- Route group middleware. Middleware via R...
Part 2/3 - Roles & permission in Laravel | Create User CRUD & assign multiple Roles to each user
zhlédnutí 7KPřed 5 měsíci
In this video, I have taught how to make a complete User CRUD operation with roles data and then assign 1 or more / multiple roles to each user while create / update user data. Also you will see how to display the users with its roles as shown in thumbnail & video. Laravel 10 Spatie User Roles & Permissions tutorial from Scratch Part 1 - czcams.com/video/K5493ld9n60/video.html Part 2 - czcams.c...
Part 1/3: How to Install & Create Spatie Roles and Permissions CRUD from Scratch in Laravel 10
zhlédnutí 15KPřed 5 měsíci
Part 1/3: How to Install & Create Spatie Roles and Permissions CRUD from Scratch in Laravel 10
Laravel 10 - How to create and use Middleware in Laravel | Laravel middleware tutorial step by step
zhlédnutí 3,2KPřed 5 měsíci
Laravel 10 - How to create and use Middleware in Laravel | Laravel middleware tutorial step by step
Laravel 10 - How to make pagination in Laravel 10 with Bootstrap & Tailwind step by step
zhlédnutí 2,9KPřed 5 měsíci
Laravel 10 - How to make pagination in Laravel 10 with Bootstrap & Tailwind step by step
How to Export data to Excel file with different format in Laravel 10 with example step by step
zhlédnutí 3,7KPřed 5 měsíci
How to Export data to Excel file with different format in Laravel 10 with example step by step
How to Import Excel file data into database in Laravel 10 using maatwebsite/excel package w/ example
zhlédnutí 8KPřed 5 měsíci
How to Import Excel file data into database in Laravel 10 using maatwebsite/excel package w/ example
How to create custom 404 error page in Laravel | How to design 404 error page in Laravel 10
zhlédnutí 1,1KPřed 5 měsíci
How to create custom 404 error page in Laravel | How to design 404 error page in Laravel 10
Laravel 10 - Generate PDF using DomPDF in Laravel step by step | Laravel pdf generator tutorial
zhlédnutí 14KPřed 5 měsíci
Laravel 10 - Generate PDF using DomPDF in Laravel step by step | Laravel pdf generator tutorial
Laravel 10 Multiple Image upload by Drag and drop using Dropzone in Laravel from Scratch Dropzone JS
zhlédnutí 3,3KPřed 5 měsíci
Laravel 10 Multiple Image upload by Drag and drop using Dropzone in Laravel from Scratch Dropzone JS
Laravel 10 Multiple Image Upload with Example | Complete CRUD Multiple File Upload Tutorial Laravel
zhlédnutí 8KPřed 6 měsíci
Laravel 10 Multiple Image Upload with Example | Complete CRUD Multiple File Upload Tutorial Laravel
Laravel 10 - File / Image Upload with Example | Complete File Upload Tutorial in Laravel 10
zhlédnutí 19KPřed 6 měsíci
Laravel 10 - File / Image Upload with Example | Complete File Upload Tutorial in Laravel 10
Laravel 10 - CRUD Operation Tutorial for beginners step by step | Complete Laravel 10 CRUD
zhlédnutí 34KPřed 6 měsíci
Laravel 10 - CRUD Operation Tutorial for beginners step by step | Complete Laravel 10 CRUD
Laravel Tutorial - 9 Different ways to store data into database using Eloquent Model in Laravel 10
zhlédnutí 2KPřed 6 měsíci
Laravel Tutorial - 9 Different ways to store data into database using Eloquent Model in Laravel 10
Laravel Form Handling and Validation Tutorial with example - All about Form Validation in Laravel 10
zhlédnutí 2,9KPřed 6 měsíci
Laravel Form Handling and Validation Tutorial with example - All about Form Validation in Laravel 10
Laravel Eloquent Model Tutorial with example - Complete Guide on Eloquent Model in Laravel 10
zhlédnutí 3,5KPřed 7 měsíci
Laravel Eloquent Model Tutorial with example - Complete Guide on Eloquent Model in Laravel 10
Laravel Migration Tutorial with example - All about migrations in Laravel 10
zhlédnutí 2,4KPřed 7 měsíci
Laravel Migration Tutorial with example - All about migrations in Laravel 10

Komentáře

  • @DionFerdiawan-s2b
    @DionFerdiawan-s2b Před hodinou

    Message could not be sent. Mailer Error: SMTP Error: Could not connect to SMTP host. Failed to connect to serverSMTP server error: Failed to connect to server SMTP code: 10060 Additional SMTP info: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

  • @taniyaverma43
    @taniyaverma43 Před 3 hodinami

    sir image...?

  • @Ilab_basketball
    @Ilab_basketball Před dnem

    I'm from Philippines and currently I'm learning in PHP please make more contents to help people like me thanks a lot

  • @ncrousset26
    @ncrousset26 Před 2 dny

    For avoid, the redirect to home page with 200 status code, you can add "Accept : application/json" in your headers, and laravel return de json validation mesanger, but the you way is good

  • @JafarH-ip5qh
    @JafarH-ip5qh Před 2 dny

    🎉

  • @JafarH-ip5qh
    @JafarH-ip5qh Před 2 dny

    🎉

  • @xcrud1.7crud13
    @xcrud1.7crud13 Před 2 dny

    This video helped alot before i started using xCRUD!

  • @alemagno27
    @alemagno27 Před 2 dny

    hello greetings from venezuela , give me a job

  • @pathumudara1177
    @pathumudara1177 Před 2 dny

    mysqli_fetch_array() expects parameter 1 to be mysqli_result, bool given in C:\xampp\htdocs\data\db.php on line 33 Please help me

  • @dharabharvadiya8893

    Thank you sir

  • @antwibosiako7840
    @antwibosiako7840 Před 3 dny

    Amazing video, thank very much. Please where is the next video, the one to secure the API

    • @FundaOfWebIT
      @FundaOfWebIT Před 3 dny

      Thank you. And will be uploading very soon about this protect/secure the API using Sanctum.

    • @antwibosiako7840
      @antwibosiako7840 Před 2 dny

      @@FundaOfWebIT Thank you, very much. Kindly do a full CRUD system using Laravel 11

  • @samnangsuonsokunth8719

    can i ask you let me download full code.php

  • @muqeetmufti3313
    @muqeetmufti3313 Před 3 dny

    Thanks sir please complete this fast love you❤❤❤

  • @mumtahinaislammahi2162

    i have install middle but the kernel.php file isn't created

    • @FundaOfWebIT
      @FundaOfWebIT Před 3 dny

      @@mumtahinaislammahi2162 czcams.com/video/QSnAiewFIgs/video.htmlsi=gUiWIzx_lTKJL359 Here is the Latest Laravel 11 version about Middleware

  • @sea-byeok7087
    @sea-byeok7087 Před 4 dny

    can you let me have code download sir on 8-9-10

  • @sea-byeok7087
    @sea-byeok7087 Před 4 dny

    can you let me download code on Part8-9 sit

  • @sea-byeok7087
    @sea-byeok7087 Před 4 dny

    sorry can you help me to teach on login form again cos i try many to login still now working

  • @blackvlog4529
    @blackvlog4529 Před 4 dny

    can you make a video complete tutorial admin panel use roles and permission in Laravel 11 and login , register , please !

  • @cseale61
    @cseale61 Před 4 dny

    Your example is overly complex and obsolete. No offense, but you're using techniques from 10-15 years ago. You should be using the PDO rather than the mysqli. If you were using the POD for database access you could use bind parameters instead of concatenating variables into your sql statement. This is the worst way you can do things.

    • @FundaOfWebIT
      @FundaOfWebIT Před 4 dny

      Okay. Don't worry friend. Will upload it using PDO too.

  • @maptoursdmcjordan6310

    how to do it direct to the host without app ? i have xls fine need to uplode it, any one can help me ?

  • @untejannavaram
    @untejannavaram Před 5 dny

    What we want to use if we get data from html forms

    • @FundaOfWebIT
      @FundaOfWebIT Před 4 dny

      Use jQuery Ajax requests to send and get the data of API.

  • @babar178
    @babar178 Před 5 dny

    Sir please make project na react and Laravel

  • @yacoublearn
    @yacoublearn Před 5 dny

    Thank you so much ❤ for this wonderful video. 🎉🎉🎉🎉🎉

  • @mdjabedbhuiyan
    @mdjabedbhuiyan Před 5 dny

    If include discount option in pos.thanks

  • @zahraShokoei
    @zahraShokoei Před 6 dny

    You are great😊👍🏻

  • @muhammadshahzadshahzad8632

    Assalam alekum bhai ek issue araha h jb me site ko login ya logout krta hn mery admin pennel pe bhi same effect hota h

  • @Stenji.3stepscode
    @Stenji.3stepscode Před 7 dny

    placing order hsould be designed with image and click over it

  • @derbycndd
    @derbycndd Před 7 dny

    my data is not being uploaded to table

  • @ayanaon945
    @ayanaon945 Před 8 dny

    thanks for saving me indian man, i think god wil give you a good thing

  • @a.aliyev1036
    @a.aliyev1036 Před 8 dny

    Great job

  • @chandanakumara2246
    @chandanakumara2246 Před 9 dny

    Great ❤

  • @heniwahyuarini2410
    @heniwahyuarini2410 Před 9 dny

    Edit.vue:12 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'tbmaId')

  • @reymartcabal1321
    @reymartcabal1321 Před 9 dny

    I'm stuck at editing. I followed all the code, but "Something went wrong" is still the output.

  • @tahirzameer4827
    @tahirzameer4827 Před 9 dny

    I am here from one of your tutorial about paginations adding that was fantastic now i am subscribing, because i have not seen anyone doing one task in many different ways, keep it up sir and Thank you.🥰🥰🥰🥰

  • @bestchoice3784
    @bestchoice3784 Před 10 dny

    Amazing Work Done!!!

  • @paulbrugger9610
    @paulbrugger9610 Před 10 dny

    What a fantastic lesson - love your approach. Have never seen anybody do this before. I have not yet looked at the rest of your tutorial (I have trudged through so many) but I wonder if you could add a lesson on how to create or modify multiple database records at once. For example, say the company owner wants to increase prices by a certain amount based on the item price. 10% if the item is less than $10 and 5% if it is $10 or more. I imagine that the entire price table would have to be retrieved into an array or colllection and the price modified, then this modified array or new collection would have to be written back to the database. I have been looking for days but have not seen anybody do this. What do you think? In any case, thank you.

  • @carlosagyemang9492
    @carlosagyemang9492 Před 11 dny

    i get error when adding orders at the create-order <?php include '../config/function.php'; // declaring session for array items if(!isset($_SESSION['productItemIds'])){ $_SESSION['productItemIds'] = []; } if(!isset($_SESSION['productItems'])){ $_SESSION['productItems'] = []; } if(isset($_POST['addItemBtn'])) { $productid = validateInputFields($_POST['product_id']); $quantity = validateInputFields($_POST['quantity']); $checkproduct = mysqli_query($conn, "SELECT * FROM product_tbl WHERE id='$productid'"); if($checkproduct) { if(mysqli_num_rows($checkproduct) > 0){ $fetch_row = mysqli_fetch_assoc($checkproduct); if($fetch_row['quantity'] < $quantity) { redirect('add_orders', 'only'.$fetch_row['quantity'].'quantity available'); } $productData = [ 'product_id' => $fetch_row['id'], 'product_name' => $fetch_row['product_name'], 'image' => $fetch_row['image'], 'price' => $fetch_row['price'], 'quantity' => $quantity, ]; if(!in_array($fetch_row['id'], $_SESSION['productItemIds'])){ array_push($_SESSION['productItemIds'], $fetch_row['id']); array_push($_SESSION['productItems'], $productData); }else{ foreach ($_SESSION['productItems'] as $key => $productSessionItem) { if($productSessionItem['product_id'] == $fetch_row['id']) { $newQuantity = $productSessionItem['quantity'] + $quantity; $productData = [ 'product_id' => $fetch_row['id'],$_SESSION['productItems'], 'product_name' => $fetch_row['product_name'], 'image' => $fetch_row['image'], 'price' => $fetch_row['price'], 'quantity' => $quantity, ]; $_SESSION['productItems'][$key] = $productData; } } } redirect('add_orders', 'Item Added'.$fetch_row['product_name']); } else { redirect('add_orders', 'No such product found'); } } else { redirect('add_orders', 'Something went wrong'); } } ?> kindly assist

  • @tutsihape
    @tutsihape Před 11 dny

    is it too much to let people know the XAMPP version because different PHP versions create conflics

  • @farzi-ye2wb
    @farzi-ye2wb Před 11 dny

    Sir, can we have the source code please ??

  • @farzi-ye2wb
    @farzi-ye2wb Před 11 dny

    sir please provide the source code for this .

  • @dharabharvadiya8893
    @dharabharvadiya8893 Před 12 dny

    thank you

  • @Bilalcodingstudio
    @Bilalcodingstudio Před 12 dny

    Thanks you so much

  • @RohitKumar-wu9ev
    @RohitKumar-wu9ev Před 13 dny

    Too few arguments to function Spatie\Permission\Middleware\RoleMiddleware::handle(), 2 passed in C:\xampp\htdocs\soft-ui-dashboard-laravel\vendor\laravel\framework\src\Illuminate\Pipeline\Pipeline.php on line 183 and at least 3 expected gettig this error

  • @janib0024
    @janib0024 Před 15 dny

    thank you

  • @Mark-kq4qi
    @Mark-kq4qi Před 15 dny

    Thank you from the bottom of my heart

  • @Senadheera-np2vl
    @Senadheera-np2vl Před 15 dny

    Thank you, you saved me

  • @habibislam3063
    @habibislam3063 Před 15 dny

    great Sir from 🥰

  • @leinah3671
    @leinah3671 Před 15 dny

    Damn bro, you both saved my college life by watching your tutorials. From my php ecommerce on sharma coder and this laravel remove old & upload new image file ♥ Thank youu

  • @tvjklove4556
    @tvjklove4556 Před 17 dny

    Sir can you share this code please?

  • @adamnasra3898
    @adamnasra3898 Před 17 dny

    i thought this video will talk about pagination in codeigniter itself but this was something entirely different