Rubyvidhya Ammu
Rubyvidhya Ammu
  • Видео 19
  • Просмотров 20 436

Видео

Laravel 11 - Menu & Role Management API - Create Menu, Role, User Profile Group and menu mapping
Просмотров 3382 месяца назад
#laravel #laravel_tutorial #laravel_api Hi all, Sorry.... Audio was not working from the middle of the tutorial.... If you have any doubts, please write in comments, I will reply....
Laravel 11 - Localization - Switch Language - Multi Language
Просмотров 7452 месяца назад
#laravel_tutorial #laravel_localization #laravel_mulit_language
Laravel 11 - Login with Google by using Laravel Auth and Socialite
Просмотров 2,4 тыс.2 месяца назад
#laravel_tutorial #laravelgooglelogin #laravelsocialite
Node js - Auth Api - DB : PostgreSQL (Register, Login, Profile Data)
Просмотров 782 месяца назад
#nodejsapi #nodejstutorial #nodejspostgresql Source Code : github.com/rubyvidhyaammu/node-auth-api
Laravel 11 - CRUD Api - Add, Update, Delete and List (with pagination and search filter) Products
Просмотров 1,5 тыс.3 месяца назад
#laravel11 #laravel_tutorial #laravel_api
Laravel 11 - Auth Api - using sanctum ( Register, Login, Profile Data and Logout )
Просмотров 13 тыс.3 месяца назад
#laravel11 #laravel_tutorial #laravel_api Hi All, Sorry! I used error code 401 for validation. The code is wrong. Validation error code - 422 Unauthorized error code - 401 please change it while coding
React Js - Export to Excel (Api Data)
Просмотров 1604 месяца назад
#reactjs #reactjstutorial Source Code - createExcel function const fileName = 'apidata'; const fileType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;charset=UTF-8"; const fileExtension = ".xlsx"; const Heading = [ ['Name', 'Email', 'Comments'] ]; const ws = XLSX.utils.json_to_sheet(excelData, { origin: 'A2', skipHeader: true }); XLSX.utils.sheet_add_aoa(ws, Heading, { or...
React Js - File upload with uploading progress
Просмотров 294 месяца назад
#reactjs #reactjstutorial #reactfileupload
Dynamic Fields Form ( Billing Form ) in React Js by using react hook form
Просмотров 1875 месяцев назад
#reactjstutorial #dynamicform #reacthookform Hi all.... Sorry.... Audio is not available in last section after item drop down.... Audio missed section 1. Success message after form submit (display for 3 seconds) 2. Using the same form for edit ( defaultValues in useForm is used for passing the values and grand total was applied by using useEffect )
Node Js - Send Email with Attachments using Nodemailer
Просмотров 2756 месяцев назад
#nodejs #reactjstutorial #nodemailer
React Js - Admin Template - Backoffice UI - Using Ant Design (Antd)
Просмотров 7286 месяцев назад
#reactjs #reactjstutorial #antdrawing Source Code : github.com/rubyvidhyaammu/reactjs-antd-bo-design
React Js - Redux toolkit - Redux Thunk Example
Просмотров 316 месяцев назад
#reactjs #reactjstutorial #reduxtoolkit
React Js - Redux Toolkit - Add and Remove Cart Example
Просмотров 1686 месяцев назад
#reactjs #reactjstutorial #redux #reduxtoolkit
Node JS - CRUD Api - (Express JS & Mongo DB)
Просмотров 827 месяцев назад
#nodejs #nodejsapi #nodejstutorial Node Installation - ruclips.net/video/UfUJDvh2QIw/видео.html MongoDB Installation - ruclips.net/video/iW4tOh0RMh4/видео.html
React Js - Signup, Login, and Logout (Using Firebase)
Просмотров 2537 месяцев назад
React Js - Signup, Login, and Logout (Using Firebase)
Firebase Sign in & Sign up
Просмотров 187 месяцев назад
Firebase Sign in & Sign up
MongoDB Installation
Просмотров 247 месяцев назад
MongoDB Installation
Node js installation
Просмотров 387 месяцев назад
Node js installation

Комментарии

  • @HAmar-lc1gv
    @HAmar-lc1gv 2 дня назад

    thx

  • @BEKHAMDEV-q1t
    @BEKHAMDEV-q1t 3 дня назад

    my inteliphense say this: Undefined method 'createToken', why?

  • @justtrainyourbrain8746
    @justtrainyourbrain8746 7 дней назад

    thanks

  • @SurajKumar-uf6it
    @SurajKumar-uf6it 13 дней назад

    Nice Explaination mam

  • @MySecretU
    @MySecretU 14 дней назад

    You should also change the <html lang="en"> tag. Like: <html lang="{{ str_replace('_', '-', app()->getLocale()) }}">

  • @UsriYusrin132
    @UsriYusrin132 18 дней назад

    this is very cool ma'am

  • @edwinkemboi2226
    @edwinkemboi2226 27 дней назад

    A nice tutorial

  • @ganonthabruno3294
    @ganonthabruno3294 Месяц назад

    thanks

  • @DAngeloKwakye
    @DAngeloKwakye Месяц назад

    i enjoyed this tutorial, great job. thanks

  • @nando7197
    @nando7197 Месяц назад

    thanks a lot , so helpful

  • @ryushui8518
    @ryushui8518 Месяц назад

    thank you for tutorial🙏🏻

  • @thebishalpaul
    @thebishalpaul Месяц назад

    Is the process same for Laravel 10?

  • @courses_uz
    @courses_uz Месяц назад

    Your voice is not working in this video

  • @courses_uz
    @courses_uz Месяц назад

    Hello! @rubyvidhyaammu4984 it is very good lesson

  • @courses_uz
    @courses_uz Месяц назад

    These lessons are very good, so I ask you to continue. If possible, please make more tutorials with the API.

  • @raoufgourou800
    @raoufgourou800 Месяц назад

    sending email and password as params is very dangerous u should use the body to do that as post request

    • @cristianarias2608
      @cristianarias2608 Месяц назад

      social media is the best place to learn more about security and good practices, so i want more info, why and what´s a better way to do instead of sending mail and pass as params ?

  • @khanaqib7871
    @khanaqib7871 Месяц назад

    consider a news portal. by default lanuage is english. now each news post has its corresponding arabic version. e.g post-id=1 has hindi version also . how can we do that

    • @rubyvidhyaammu4984
      @rubyvidhyaammu4984 Месяц назад

      Based on language selection, please change column.... Please write if condition in query....

    • @khanaqib7871
      @khanaqib7871 Месяц назад

      @@rubyvidhyaammu4984 can you also show how to send same langauge post e.g if my current language is english and i changed it to hindi how can i share this hindi version to my e,g frnd or on my social media

  • @SpokeLopez
    @SpokeLopez 2 месяца назад

    Thank you very much, I was confused with the routes and the token, it has enlightened me. Greetings from Mexico

  • @MS_ELDERS
    @MS_ELDERS 2 месяца назад

    i have to implement in website how i supposed to do that any one know how to do it

  • @latebaron
    @latebaron 2 месяца назад

    I even went to like it, it’s just my salvation, there is a bug in laravel 11 ->validate and this video saved me😍

  • @arsyadfinan9189
    @arsyadfinan9189 2 месяца назад

    why when i try bearer is false not giving response unauthorized, but back to login route?

  • @gerrygohil3439
    @gerrygohil3439 2 месяца назад

    Hello, how will you integrate sanctum here in Crud API?

  • @wildandvibe
    @wildandvibe 2 месяца назад

    iam getting an error

  • @wildandvibe
    @wildandvibe 2 месяца назад

    let me know your contact number

  • @longvuhoang2519
    @longvuhoang2519 2 месяца назад

    your button login gg is fun

  • @hoangphuong98
    @hoangphuong98 2 месяца назад

    thanks

  • @Foxine
    @Foxine 2 месяца назад

    Thank you so much for this class! Thanks a lot! God bless you! Thank you!

  • @hamaaralakshya356
    @hamaaralakshya356 2 месяца назад

    😊

  • @pacogarcia225
    @pacogarcia225 2 месяца назад

    Do you have the code uploaded to a repository in Github? Thanks for your effort.

  • @pacogarcia225
    @pacogarcia225 2 месяца назад

    Do you have the code uploaded to a repository in Github? Thanks for your effort.

  • @sudipbanerjee03
    @sudipbanerjee03 2 месяца назад

    thanks for sharing. It would be great if you can share a github link with this whole project you explained here.

  • @najmulhasan7258
    @najmulhasan7258 3 месяца назад

    Thanks a lot for this wonderful tutorial.you've explained things very well. Could you please make a tutotial series for build a dynamic website using reactjs.

  • @tintrinh6266
    @tintrinh6266 3 месяца назад

    How appreciate I have! That's great, thank you so much.

  • @andreyp.5389
    @andreyp.5389 3 месяца назад

    Thanks a lot. Will fit for any level of developer :) I'm using laravel for 5-7 years but older versions mostly. I was surprised that 11th doesn't have scaffolded auth routes like it did before. From what I remember, previously you could just "php artisan make:auth" to have all needed auth routes

  • @DonLAtinop
    @DonLAtinop 3 месяца назад

    Will be awesome if you connect your videos, for example you did the auth one, continuing with that example plus this, will be great, like a series of videos, thanks for your effort

  • @DonLAtinop
    @DonLAtinop 3 месяца назад

    Awesome video, thanks! btw , I am getting this in the profile link when the token is not right : Symfony\Component\Routing\Exception\RouteNotFoundException: Route [login] not defined. in file Any idea how to fix it?

    • @rubyvidhyaammu4984
      @rubyvidhyaammu4984 3 месяца назад

      The route is protected. Please add "Accept"=>"application/json" in Postman - Headers parameter. It will show: { "message": "Unauthenticated." } Laravel will check the configuration for "Accept", it will return the web page or html if no value is set at "Accept" by default.

    • @molefinance6826
      @molefinance6826 3 месяца назад

      @@rubyvidhyaammu4984 but since this is in the api routes, can't we automatically get this behaviour without the necessity to send the Accept type? This would prevent the error on this endpoint.

  • @mmejazhanif
    @mmejazhanif 3 месяца назад

    I've watched your video twice, and you've explained things very well. Could you please make more videos on Ant Design (antd) and also teach how to use React Router? I appreciate you.

    • @rubyvidhyaammu4984
      @rubyvidhyaammu4984 3 месяца назад

      Thanks.... I will put another video by next month

    • @mmejazhanif
      @mmejazhanif 3 месяца назад

      @@rubyvidhyaammu4984 waiting,

  • @jenneracostadiaz
    @jenneracostadiaz 3 месяца назад

    Perffect 💖, one question please, in my intelephense return: Undefined method 'tokens'.intelephense(P1013) have you been able to resolve it?

    • @rubyvidhyaammu4984
      @rubyvidhyaammu4984 3 месяца назад

      You need to check your return type. You'll find the warnings go away if you wrote something like this. Please try this in function.... $user = Auth::user(); if ($user instanceof \App\Models\User) { // Hinting here for $user will be specific to the User object return $user->createToken("API TOKEN")->plainTextToken; } else { // Handle Error. Not logged in or guard did not return a User object. }

    • @user-oi5qj1hg1l
      @user-oi5qj1hg1l 2 месяца назад

      @@rubyvidhyaammu4984 Hello, this worked for me. Is this a normal solution? public function logout(Request $request) { $request->user()->tokens()->delete(); return response()->json([ 'status' => true, 'message'=> 'User logged out', 'data' => [], ]); }

  • @shubhamc4
    @shubhamc4 3 месяца назад

    On validation fail. You should return 422 validation http code instead of 401 which is for unauthorized access.

    • @rubyvidhyaammu4984
      @rubyvidhyaammu4984 3 месяца назад

      Thanks.... The error code detail was added in the description....

  • @suriyayash
    @suriyayash 3 месяца назад

    nice one

  • @satheeshyadav775
    @satheeshyadav775 4 месяца назад

    Nice explanation

  • @tech_tipz
    @tech_tipz 5 месяцев назад

    Hi, i had created an application with vite and react js with firebase. But nothing is saving into firebase

    • @rubyvidhyaammu4984
      @rubyvidhyaammu4984 5 месяцев назад

      ruclips.net/video/UdjwUmQZAXY/видео.htmlsi=_D-Yy3oHZBmzBJQZ please refer this video.... It contains firebase user register

    • @tech_tipz
      @tech_tipz 5 месяцев назад

      @@rubyvidhyaammu4984 sure. Thank you.

  • @ankitdharsandiya8775
    @ankitdharsandiya8775 6 месяцев назад

    thans...it helps me

  • @vasanth5028
    @vasanth5028 6 месяцев назад

    Good one 👏👏 Small suggestion we could try vite instead of create-react-app

  • @maggus1058
    @maggus1058 6 месяцев назад

    how do i save the product history? the array would return to 0 once i refresh

  • @subatheesan_k
    @subatheesan_k 7 месяцев назад

    Nice Video