in Technology by
Why do we use Route in laravel?

1 Answer

0 votes
by

Routes are stored inside files under the /routes folder inside the project’s root directory. By default, there are a few different files corresponding to the different “sides” of the application (“sides” comes from the hexagonal architecture methodology).

Related questions

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
    How to turn off CRSF protection for specific route in Laravel?...
asked Sep 30, 2021 in Technology by JackTerrance
0 votes
    What is a Route in laravel?...
asked Sep 28, 2021 in Technology 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
    Why do you think we must use the Raspberry Pi?...
asked Jan 20, 2023 in Technology by JackTerrance
0 votes
    Why do we use Async and Await in C#?...
asked Jul 27, 2021 in Technology by JackTerrance
0 votes
    In the python documentation, an instance of a named_tuple is created by using the below code: Point = named_tuple(' ... of doing it? Select the correct answer from above options...
asked Jan 10, 2022 in Education by JackTerrance
0 votes
    Subject-Computer MM-:10 Q.1)Why do we use the Header and Footer option? Mks-2 Q.2)What are the main steps ... Recycling of waste Mks-3 Select the correct answer from above options...
asked Dec 10, 2021 in Education by JackTerrance
0 votes
    Subject- Computer MM-:10 Q.1)Why do we use the Header and Footer option? MI Q.2)What are the main steps ... and Recycling of waste? M Select the correct answer from above options...
asked Dec 10, 2021 in Education by JackTerrance
0 votes
    Why do we use Adobe Illustrator along with R? (a) Collect the relevant data (b) Format the chart ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education 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
    How can we enable query log in Laravel?...
asked Sep 28, 2021 in Technology by JackTerrance
0 votes
    Why are migrations necessary in laravel?...
asked Sep 30, 2021 in Technology by JackTerrance
...