About This Site
This website is a Laravel documentation site built with VitePress.
It hosts both the official English Laravel documentation and community-maintained Chinese translations, with content kept closely in sync with upstream changes and updated on a daily basis.
What This Site Provides
📚 Bilingual Documentation
- Official English Laravel documentation
- Community-maintained Chinese documentation
- Content structure, routes, and anchors are fully aligned with the official laravel.com site
⚡ Fast, Modern Reading Experience
- Built with VitePress, delivering a fast SPA experience
- Instant page navigation without full reloads
- Optimized for both desktop and mobile devices
🔍 Full-Text Search
- Powered by Algolia DocSearch
- Fast, accurate, and version-aware search across all documentation
✏️ Easy Contribution
- Every documentation page includes an “Edit this page” link
- Contribute improvements, fixes, or translations directly
🌗 Light & Dark Themes
- Built-in light and dark modes
- Automatically adapts to your system preference
URL Mapping & Compatibility
One of the core goals of this site is 100% URL compatibility with the official laravel.com site.
🔁 Drop-in Replacement for laravel.com
Any official Laravel documentation URL can be used here without changing the path or anchor.
The only difference is the domain name.
Official Laravel Docs: https://laravel.com/docs/12.x/container#binding
This Site (English): https://laravel.0x123.com/docs/12.x/container#binding
Simply replace laravel.com with laravel.0x123.com.
🇨🇳 Chinese Documentation
To access the Chinese version, just add the /zh prefix:
https://laravel.0x123.com/zh/docs/12.x/container#binding
This makes it easy to switch languages or share links while keeping anchors and structure intact.
Routing Overview
This site follows the same routing conventions as the official Laravel documentation:
/docsDocumentation home/docs/:versionDocumentation home for a specific version, for example: /docs/11.x/docs/:version/:nameDocumentation content page, for example: /docs/12.x/deployment/docs/:nameDocumentation page for the latest version, for example: /docs/controllers
Feedback & Issues
If you encounter any issues, or have suggestions, feel free to open an issue on GitHub: