Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is Basic Routing ?

Answer Posted / sunil kumar

All the application routes are registered within the app/routes.php file.

This file tells Laravel for the URIs it should respond to and the associated controller will give it a particular call.

Example :

<?php
Route::get('/', function ()
{
return view('welcome');
}
);

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the boot method?

927


How to distroy cookies in laravel?

787


Tell me what are pros and cons of using laravel framework?

954


List the steps to configure laravel application.

781


How to use insert statement in laravel?

826


What is a service supplier?

703


How to registering middleware in laravel?

861


what is Basic Routing ?

1859


Explain how to localize resource uris in laravel?

783


How can we get data between two dates using query in laravel?

773


What are route groups?

760


How to create real time sitemap.xml file in laravel?

725


What is acl in laravel?

741


Explain how to generate pretty urls in laravel?

781


What is api php in laravel?

836