© Sanjib Sinha 2019
S. SinhaBeginning Laravel https://doi.org/10.1007/978-1-4842-4991-8_3

3. Routing, Controllers, Templates, and Views

Sanjib Sinha1 
(1)
Howrah, West Bengal, India
 

In the previous two chapters, you learned how to create your environment so that you can use Composer to install fresh Laravel applications, and you learned many more other nitty-gritty details of Laravel. You also are now familiar with the concepts of the Model-View-Controller (MVC) logic system.

In this chapter, you will learn how Laravel follows the MVC pattern.

To enter an application, you need to have an entry point. The basic algebraic definition of function works here: you give input to a function, and you get output. When applying this to Laravel, you can replace ...

Get Beginning Laravel: Build Websites with Laravel 5.8 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.