1 Answer

0 votes
by

A route is basically an endpoint specified by a URI (Uniform Resource Identifier). It acts as a pointer in Laravel application.

Most commonly, a route simply points to a method on a controller and also dictates which HTTP methods are able to hit that URI.

Related questions

0 votes
    How to turn off CRSF protection for specific route in Laravel?...
asked Sep 30, 2021 in Technology by JackTerrance
0 votes
    Why do we use Route in laravel?...
asked Sep 28, 2021 in Technology by JackTerrance
0 votes
    I'm trying to make a post request via jquery but It seems to be something wrong. Route: Route:: ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 17, 2022 in Education by JackTerrance
0 votes
    I'm trying to make a post request via jquery but It seems to be something wrong. Route: Route:: ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    I am trying to create authentication using Laravel Passport, I have configured everything the right way as ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 16, 2022 in Education by JackTerrance
0 votes
    ___is used to route the traffic between virtual machines inside your pirvate virtual network....
asked Jun 15, 2021 in Technology by JackTerrance
0 votes
    ____________ is the NiFi element that is utilized to monitor incoming data, pull data from outside sources, publish data ... the options (2)Connection (3)Processor (4)Relationship...
asked Apr 18, 2021 in Technology by JackTerrance
0 votes
    Another anonymity network is the I2P identity-sensitive network which gets distributed & is dynamic in nature as they route traffic through other peers. a) True b) False...
asked Dec 29, 2020 in Technology by JackTerrance
+1 vote
    _______________ is used to route the traffic between virtual machines inside your private virtual network....
asked Oct 20, 2020 in Technology by JackTerrance
0 votes
    app.route('/users') .post(user.post) .get(user.get) .get(user.everyone) .put(user.update) . ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 3, 2022 in Education by JackTerrance
0 votes
    I have a split screen design. I'd like to access the folder ID from the parent route only when ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 30, 2022 in Education by JackTerrance
0 votes
    I have an angular 7 project and I'm using Angular universal. Everything is working fine except when I ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 30, 2022 in Education by JackTerrance
0 votes
    We're working with play framework 2.6.21 (but we're able to reproduce it with play 2.6.19 ). ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 27, 2022 in Education by JackTerrance
0 votes
0 votes
    What is Laravel nova?...
asked Oct 1, 2021 in Technology by JackTerrance
...