Загрузка...

Laravel for Beginners - Part 4 (Routes)

Laravel routing allows you to control a request. Routes can control get, post and other types of request which then you can choose what to do with them. So for example, you might want a get request to return a view (which is basically an html page). You can also use routes to pass data into your view, but typically you would use a Route to connect to a controller and then pass the data from the controller into the view.

Видео Laravel for Beginners - Part 4 (Routes) канала Mr Digital
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки