-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the Symfony Standard Edition - a fully-functional Symfony2 application that you can use as the skeleton for your new applications.
Well, this is not the original one, but still welcome to it. This is "my" Symfony Standard Edition.
The rationale behind creating a custom skeleton is simple: put some extra logic in it which could still be required by any application which people might create. This includes, but is not limited to the following:
- Deployment tools
- Development tools
- Best practices
Important: This is not a fork. Although this version is created based on the original one, it does note have any connection to it. From time to time the content might be updated in order to adhere the latest-greatest practices.
If you are looking for the original version, you can find it here. However I suggest continue reading first as you might find a few interesting features you might want to use.
This skeleton does not try to force you to use any of the included features, thus a How to remove/add back? section is added to the end of most feature documentation.
- Getting started
- What's inside
- What's removed
- Development
- Testing
As in the original version, all libraries and bundles included in the Symfony Standard Edition are released under the MIT or BSD license.
Enjoy!
After cloning the repository there are a few steps you need to do before using it.
One of the following:
See the documentation pages for the requirements above.