savvy / contact-bundle
Extra awesome contact bundle for Symfony2
Installs: 98
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
Requires (Dev)
- symfony/framework-bundle: >=2.1,<=2.2-dev
This package is not auto-updated.
Last update: 2024-10-26 13:59:53 UTC
README
This bundle has been created as the source code for the "Writing a Symfony2 Contact bundle" tutorials by Savvy Tech.
Feel free to check out the tutorial and follow along here:
The tutorial is reasonably basic as is the contact form but it does work through many Symfony2 features including:
- The command line tool for bundles, entities, forms and CRUD's
- Working with entity and form classes
- Annotations
- Services.yml and simple parameter setup
- Translations
- Simple twig templating
You can also read the tutorials as part of this bundle: