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 ?



what is Basic Routing ?..

Answer / 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

More Laravel PHP Framework Interview Questions

List server requirements for installing laravel 5.5?

0 Answers  


What do you mean by bundles?

0 Answers  


How do I register an artisan command?

0 Answers  


How to make a helper file in laravel?

0 Answers  


How to configuration laravel?

0 Answers  


Is laravel secure?

0 Answers  


How to get, set cookies in laravel?

0 Answers  


Explain how to do subdomain routing in laravel?

0 Answers  


How to install laravel by composer?

0 Answers  


Is laravel nova free?

0 Answers  


What is view laravel?

0 Answers  


What is Testability ?

0 Answers  


Categories