> For the complete documentation index, see [llms.txt](https://tony915.gitbook.io/laravel-4-2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tony915.gitbook.io/laravel-4-2/learning_more/learning-more.md).

# 常用功能實作

本章內容：

* 登入驗證
* 在地化 (多國語言)
* 分頁
* 寄信

本章將針對特定主題來說明怎麼實做，這些功能都是一般網站中最常用到的，例如：如何實作登入功能，Laravel 提供一個簡單快速的方法，輕鬆就能做到；Laravel 內建多國語言的機制，非常容易使用，要做到在地化的網站不在是難事；其他如分頁功能、寄信功能等。
