Laravel 8 tutorial # Routing with example

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 64

  • @MrMna
    @MrMna 3 года назад +8

    Only RUclips tutorial which teaches only what beginners want.... thanks mate!

  • @selvishah3837
    @selvishah3837 3 года назад +8

    excellent tutorial. just what a beginner needs !

  • @drukson88
    @drukson88 3 года назад +1

    At beginning i was not knowing where and how i shall start off. Thanks for the tutor. Hope to see more videos. As a late beginner i dont have any questions...

  • @graham11545
    @graham11545 2 года назад +2

    to connect your api URLs. For example when using the front-end from another language such as React

  • @anupgurav8724
    @anupgurav8724 3 года назад +2

    simple, sweet, helpful....Thank you!

  • @gyamfijohn3066
    @gyamfijohn3066 11 месяцев назад

    In Laravel, the api.php file serves as a dedicated route file specifically designed for defining API routes within your application. It's intended for API endpoints that return JSON or other non-HTML responses and allows for separate configuration and organization of routes compared to the web.php route file

  • @abdifitahmashquul5735
    @abdifitahmashquul5735 3 года назад +1

    super and super explanation thanks alot

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

    You are just rock 💥

  • @ALLINONE-xg2uc
    @ALLINONE-xg2uc 3 года назад

    straight explanation u are the best man keep up....we need more about laravel

  • @learnwithabidi6841
    @learnwithabidi6841 3 года назад

    excellent videos & the way you are teaching superb.

  • @vrushabhpatil2867
    @vrushabhpatil2867 3 года назад

    THANXX FOR MAKING SUCH A WONDERFULL TUTORIAL BCOZ OF YOU GUYS BEGINNERS HAVE HOPE TO SUCCEED

  • @enriquedb666
    @enriquedb666 4 года назад +1

    just learning laravel this helped me so much, thanks!!!!!

  • @Kejnjrbdbfhhrbb
    @Kejnjrbdbfhhrbb 3 года назад +1

    Nice & great tutorial I have ever seen. Recommend to beginners 👍 good job 👏

  • @ravindrarana7588
    @ravindrarana7588 3 года назад

    Nice video, very informative

  • @TelliCode
    @TelliCode 4 года назад +1

    When we share our application data for others. Then we can make Restful API.
    Its configure in routes/api.php. Basically we allow just POST request from users.

  • @japhethmumo6768
    @japhethmumo6768 3 года назад

    Nice one! Have learnt alot on routings.

  • @rameshgywali2809
    @rameshgywali2809 3 года назад

    thinak you sir for your precious time for us

  • @MicroLabs-iy1qq
    @MicroLabs-iy1qq 3 года назад

    i gusse the api page is used for mobile programming languages like anguler vuejs ....etc

  • @LeonardoDeRubeis
    @LeonardoDeRubeis 4 года назад +1

    Hi, what visual studio code exstension did you use to have laravel Facede/method autocomplete suggestions? Thank you.

  • @mayurbahuguna8438
    @mayurbahuguna8438 3 года назад +2

    when he said maybe my anchor tags might be a little big ugly that reminded me of my ex...

  • @udaysolutions9683
    @udaysolutions9683 2 года назад

    so good classes

  • @learnwithabidi6841
    @learnwithabidi6841 3 года назад

    I have subscribe your channel

  • @tijjanimahiru-be6ii
    @tijjanimahiru-be6ii Год назад

    The routes defined in api.php are discretely reserved for api that interact with our application to feed them with data

  • @AV-Technology45
    @AV-Technology45 2 года назад

    What is reverse routing in Laravel ?
    Can explain it's

  • @faraznisar3752
    @faraznisar3752 3 года назад

    good content so far

  • @hamiiahmed
    @hamiiahmed 4 года назад +1

    I am using this route for getting the user id after login/signup
    Route::get('/shop/{id}',[Cars::class,'shop']);
    But here the links of the shop page is not working. I have to use ../ and then links work fine. i.e normal route for the image is public/images/Testimonial/pic1.jpg but now I have to use ../public/images/Testimonial/pic1.jpg for the image.
    So kindly if you know so tell me what's the problem with my code.

    • @allanrivers6485
      @allanrivers6485 4 года назад

      As long as what you're referencing is in the public folder you can use something like this Here is reference to the asset helper stackoverflow.com/questions/32705709/laravel-5-assets-links

  • @raniaayad4285
    @raniaayad4285 3 года назад

    Thanks alot but i have a proplem ,when I made the passing data route it no longer differentiate between the passed data and the views pages name

  • @wealthallen2244
    @wealthallen2244 3 года назад +1

    what planet are you from.... Thanks for the help.... its being 18 hours since i started looking for solution.... Thank you again

  • @samsungmaverick
    @samsungmaverick 2 года назад

    rename it tru routes folder --> web.php, thank you for this tutorial! really excellent one|

  • @laraneumaier2878
    @laraneumaier2878 4 года назад +2

    you did a good job!

    • @mehulgarg3378
      @mehulgarg3378 3 года назад

      Hi Lara, I am also a beginner with this course I really appreciate this course, please give me some suggestions which would help me in future while learning this course it would be great help .

  • @silentlessons4221
    @silentlessons4221 3 года назад

    but shouldnt data be passed via controllers instead of directly from routes to views?

  • @0rajan1
    @0rajan1 3 года назад

    What about reverse routing?

  • @yasirtahirkheli74
    @yasirtahirkheli74 2 года назад +1

    I am following exactly as you said but I am having to access my "/" or root by using "public" in the url which is quite odd. Moreover, routing is not exactly working in my case as well despite following every single step.

    • @PapsOSk19
      @PapsOSk19 Год назад

      You have different version probably

  • @jackaldevgamer4life
    @jackaldevgamer4life 3 года назад

    Can you put subtitles for novice English speakers?

  • @shocchosolutions6275
    @shocchosolutions6275 4 года назад +1

    Vai First view and how can i talk to you?

  • @a__t__z_content
    @a__t__z_content Год назад

    api.php defines and routes API routes.

  • @nooralalem6099
    @nooralalem6099 4 года назад

    Thank you Sir

  • @imrulkayes1914
    @imrulkayes1914 3 года назад

    if you do Route::get('/{name}' to print the anything typed on url you cant do Route::view('/about','about'); if you ran this route then without going to the about page your home page will just print about..... What will be the solution for this?

  • @kamalgyanchandani4143
    @kamalgyanchandani4143 3 года назад

    What is a difference in Login@index vs Login::class, 'index' in Laravel

  • @misterblack4737
    @misterblack4737 4 года назад

    Thank you so much.

  • @nahomdiro7818
    @nahomdiro7818 3 года назад

    Thank u

  • @abhivishwakarma3678
    @abhivishwakarma3678 2 года назад

    api use for api roughting for a api path

  • @bilalhussain7680
    @bilalhussain7680 4 года назад

    iam using the route but sir only the first route are working and the others are not working show not Found 404 whta is the problem please

    • @anuprasadgc3825
      @anuprasadgc3825 4 года назад

      Route::get('/{name}', function ( $name) {
      return view('welcome', ['name'=>$name]);
      });
      Route::view("contact", 'contact');
      if your code like this then write the second route before first route then it work

  • @mohamedeid6218
    @mohamedeid6218 2 года назад

    web.php handle app web pages and have sessions otherwise the api.php not have sessions and handle restapis

  • @baliramrajwad1144
    @baliramrajwad1144 4 года назад

    how to insert customer details in customer table and product details in product table

    • @codestepbystep
      @codestepbystep  4 года назад +1

      Wait for some video, i will make a video on it

  • @md.alaminhossain6953
    @md.alaminhossain6953 3 года назад

    My localhost:8000 port not working

  • @bilalhussain7680
    @bilalhussain7680 4 года назад

    sir