By GokiSoft.com| 18:15 30/10/2021|
Học Laravel

[Video] Hướng dẫn tìm hiểu layout trong Laravel - qua ví dụ tạo website tin tức - Lập Trình Laravel

[Video] Hướng dẫn tìm hiểu layout trong Laravel - qua ví dụ tạo website tin tức - Lập Trình Laravel


Nội dung học
	- Layout/Template trong laravel

================================
Tạo 1 route => layout.php
	-> Lưu toàn bộ cấu hình của bài học hôm này.

Tạo 1 website gồm các page
	- Trang chủ
		- URL (Route) => '/' & '/home'
		- Route -> goi toi -> Layout/HomeController -> showHomePage
		- View => template/home.blade.php
	- tin tức
		- URL (Route) => 'tin-tuc'
		- Route -> goi toi -> Layout/HomeController -> showNews
		- View => template/news.blade.php
	- Chi tiet tin tuc
		- URL (Route) => '/bai-viet/{href_param}.html'
		- Route -> goi toi -> Layout/HomeController -> showDetails
		- View => template/details.blade.php
	- Contact
		- URL (Route) => 'lien-he'
		- Route -> goi toi -> Layout/HomeController -> showContact
		- View => template/contact.blade.php
================================


Source Code:

https://github.com/tranvandiep/T1907A-Laravel

Phản hồi từ học viên

5

(Dựa trên đánh giá ngày hôm nay)