{"id":13616501,"url":"https://github.com/petehouston/laravel-docs-vn","last_synced_at":"2025-10-08T18:11:27.819Z","repository":{"id":73364642,"uuid":"60153818","full_name":"petehouston/laravel-docs-vn","owner":"petehouston","description":"The Vietnamese translation of the Official Laravel Documentation","archived":false,"fork":false,"pushed_at":"2018-09-16T04:06:04.000Z","size":416,"stargazers_count":136,"open_issues_count":5,"forks_count":114,"subscribers_count":42,"default_branch":"master","last_synced_at":"2025-03-31T21:42:27.833Z","etag":null,"topics":["laravel","laravel-documentation","php"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/petehouston.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-01T07:10:48.000Z","updated_at":"2025-02-28T08:17:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd8b62e2-5e25-47a4-8afe-2745bc8f00d2","html_url":"https://github.com/petehouston/laravel-docs-vn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petehouston%2Flaravel-docs-vn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petehouston%2Flaravel-docs-vn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petehouston%2Flaravel-docs-vn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petehouston%2Flaravel-docs-vn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petehouston","download_url":"https://codeload.github.com/petehouston/laravel-docs-vn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253185293,"owners_count":21867817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel","laravel-documentation","php"],"created_at":"2024-08-01T20:01:29.390Z","updated_at":"2025-10-08T18:11:22.769Z","avatar_url":"https://github.com/petehouston.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Tài liệu Laravel\n\nĐây là bản dịch tiếng Việt của tài liệu chuẩn của Laravel.\n\n## Mục lục\n\nMục lục này tương ứng với [mục lục trên trang chủ](https://laravel.com/docs) của Laravel.\n\n- **Mở đầu**\n  - Release Notes\n  - Upgrade Guide\n  - [Contribution Guide](./docs/contributions.md)\n  - [API Documentation](./docs/documentation.md)\n\n- **Khởi đầu**\n  - [Installation](./docs/installation.md)\n  - Directory Structure\n  - [Configuration](./docs/configuration.md)\n  - [Homestead](./docs/homestead.md)\n  - [Valet](./docs/valet.md)\n  - Deployment\n\n- **Nền tảng kiến trúc**\n  - [Request Lifecycle](./docs/lifecycle.md)\n  - [Application Structure](./docs/structure.md)\n  - [Service Providers](./docs/providers.md)\n  - [Service Container](./docs/container.md)\n  - [Contracts](./docs/contracts.md)\n  - [Facades](./docs/facades.md)\n\n- **Hướng dẫn**\n  - [Basic Task List](./docs/quickstart.md)\n  - [Intermediate Task List](./docs/quickstart-intermediate.md)\n\n- **Cơ bản**\n  - [Routing](./docs/routing.md)\n  - [Middleware](./docs/middleware.md)\n  - [CSRF Protection](./docs/csrfprotection.md)\n  - [Controllers](./docs/controllers.md)\n  - [Requests](./docs/requests.md)\n  - [Responses](./docs/responses.md)\n  - [Views](./docs/views.md)\n  - [URL Generation](./docs/urlgeneration.md)\n  - [Session](./docs/session.md)\n  - Validation\n  - [Errors \u0026 Logging](./docs/errors.md)\n  - Logging\n\n- **Frontend**\n  - [Blade Templates](./docs/blade.md)\n  - [Localization](./docs/localization.md)\n  - Frontend Scaffolding\n  - Compiling Assets\n\n- **Services**\n  - Authentication\n  - API Authentication\n  - [Authorization](authorization.md)\n  - [Encryption](./docs/encryption.md)\n  - [Hashing](./docs/hashing.md)\n  - Password Reset\n  - [Elixir](./docs/elixir.md)\n\n- **Digging Deeper**\n  - [Artisan Console](./docs/artisan.md)\n  - Broadcasting\n  - [Cache](./docs/cache.md)\n  - [Collections](./docs/collections.md)\n  - [Events](./docs/events.md)\n  - [Filesystem \u0026 Cloud Storage](./docs/filesystem.md)\n  - [Helpers](./docs/helpers.md)\n  - [Mail](./docs/mail.md)\n  - Notifications\n  - [Package Development](./docs/packages.md)\n  - [Queues](./docs/queues.md)\n  - [Task Scheduling](./docs/scheduling.md)\n\n- **Database**\n  - [Getting Started](./docs/database.md)\n  - [Query Builder](./docs/queries.md)\n  - [Pagination](./docs/pagination.md)\n  - [Migrations](./docs/migrations.md)\n  - [Seeding](./docs/seeding.md)\n  - [Redis](./docs/redis.md)\n\n- **Eloquent ORM**\n  - [Getting Started](./docs/eloquent.md)\n  - [Relationships](./docs/eloquent-relationships.md)\n  - [Collections](./docs/eloquent-collections.md)\n  - [Mutators](./docs/eloquent-mutators.md)\n  - API Resources\n  - [Serialization](./docs/eloquent-serialization.md)\n\n- **Testing**\n  - Getting Started\n  - HTTP Tests\n  - Browser Tests\n  - Database\n  - Mocking\n\n- **Official Packages**\n  - Cashier\n  - [Envoy or SSH Tasks](./docs/envoy.md)\n  - Horizon\n  - Passport\n  - Scout\n  - Socialite\n\n### Thuật ngữ\n\nTrong bản Việt hoá này, sẽ có khá nhiều thuật ngữ tiếng Anh mà khó có thể dịch sang tiếng Việt tương ứng nên sẽ để nguyên.\n\nDo đó, với các thuật ngữ mà bạn không hiểu, bạn có thể tra cứu thuật ngữ trong project [thuật ngữ Laravel](https://github.com/petehouston/thuat-ngu-laravel).\n\n## Hướng dẫn đóng góp\n\nBản dịnh hiện giờ là lấy từ [trang](https://github.com/petehouston/laravel-docs-vn) dịch từ vs 5.2\n\n\u003e** Bắt đầu thêm dữ liệu từ phiên bản 5.6**\n\n## Chú ý\n\n### Dịch một page mới\n\nKhi các bạn muốn tham gia đóng góp Việt hoá một page trên tài liệu Laravel tiếng anh mà trong repo Việt hoá này chưa có, các bạn [tạo một issue mới](https://github.com/petehouston/laravel-docs-vn/issues) và nêu tên page mà bạn đang làm. Hoặc page trong danh sách bạn muốn tham gia dịch mà chưa có ai nhận, bạn [tìm page đó trong danh sách issue](https://github.com/petehouston/laravel-docs-vn/issues) rồi comment muốn nhận dịch, để tránh bị dịch trùng lặp.\n\n### Chỉnh sửa câu từ, ngữ nghĩa\n\nĐể chỉnh sửa câu từ, ngữ nghĩa của các page đang có sắn, đơn thuẩn cứ fork về và gửi pull request lên là được.\n\n## Credits\n\nXin gửi lời cảm ơn tới tác giả của Laravel, [Taylor Otwell](https://github.com/taylorotwell) vì framework mã nguồn mở tuyệt vời này cho cộng đồng lập trình.\n\nVà cũng gửi lời cảm ơn tới các bạn tham gia đóng góp vào dự án Việt hoá này.\n\n- [Pete Houston](https://github.com/petehouston): **Tác giả dự án**\n- [phumaster](https://github.com/phumaster)\n- [Đinh Quốc Hân](https://github.com/dinhquochan)\n- [RioV](https://github.com/RioV)\n\ncùng tất cả các bạn khác đã gởi các lời ý kiến đóng góp tới dự án.\n\nHi vọng sẽ nhận được nhiều ý kiến, và góp ý nữa của cộng đồng :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetehouston%2Flaravel-docs-vn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetehouston%2Flaravel-docs-vn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetehouston%2Flaravel-docs-vn/lists"}