[非公式] Symfony 日本語ドキュメント¶
初めに¶
非公式の Symfony 日本語ドキュメントです。 Symfony の公式ドキュメントを日本語へ翻訳していきます。 正確な最新の情報は Symfony の公式ドキュメント をご確認ください。
こちらのドキュメントも GitHub で管理しています。 Issue や Pull request でのご指摘、ご協力をいただけますと幸いです。
サンプルコードを含む本ドキュメントも公式ドキュメントの Creative Commons BY-SA 3.0 ライセンスに従います。
Getting Started¶
Topics¶
- The Symfony Framework Best Practices
- The Bundle System
- Cache
- Console Commands
- Databases and the Doctrine ORM
- How to Deploy a Symfony Application
- Swift Mailer
- Events and Event Listeners
- Forms
- Managing CSS and JavaScript
- HTTP Cache
- HTTP Client
- Logging
- Sending Emails with Mailer
- Pushing Data to Clients Using the Mercure Protocol
- Messenger: Sync & Queued Message Handling
- Migrating an Existing Application to Symfony
- Creating and Sending Notifications
- Performance
- Profiler
- Routing
- Security
- Sessions
- Installing & Setting up the Symfony Framework
- How to Use the Serializer
- Service Container
- Testing
- Translations
- Validation
- Asset Preloading and Resource Hints with HTTP/2 and WebLink
- Workflow
Reference Documents¶
Get answers quickly with reference documents:
Configuration Options
Ever wondered what configuration options you have available to you in
config/packages/*.yamlfiles? In this section, all the available configuration is broken down by the key (e.g.framework) that defines each possible section of your Symfony configuration.Forms and Validation
Other Areas
Create your Own Framework¶
Want to create your own framework based on Symfony?
- Introduction
- The HttpFoundation Component
- The Front Controller
- The Routing Component
- Templating
- The HttpKernel Component: the Controller Resolver
- The Separation of Concerns
- Unit Testing
- The EventDispatcher Component
- The HttpKernel Component: HttpKernelInterface
- The HttpKernel Component: The HttpKernel Class
- The DependencyInjection Component