| 979 | === Hacking === |
| 980 | ==== {{{autoload.php}}} |
| 981 | * https://github.com/symfony/symfony-standard/blob/master/app/autoload.php The original |
| 982 | * https://github.com/symfony-cmf/standard-edition/blob/master/app/autoload.php Almost the same, maybe slightly older version |
| 983 | * https://github.com/symfony-cmf/cmf-sandbox/blob/master/app/autoload.php Locale component additions and others |
| 984 | === MicroKernel === |
| 985 | === Components === |
| 986 | === Bundles === |
| 987 | ==== Admin ==== |
| 988 | * https://sonata-project.org/bundles/admin/2-3/doc/index.html |
| 989 | ==== Tag and Taxonomy ==== |
| 990 | * Sonata |
| 991 | * https://packagist.org/packages/mw/tag-admin-bundle |
| 992 | * https://packagist.org/packages/fpn/tag-bundle |
| 993 | ==== Translation ==== |
| 994 | * https://packagist.org/packages/sonata-project/translation-bundle |
| 995 | ==== News, Newsletter ==== |
| 996 | * https://packagist.org/packages/stfalcon/news-bundle |
| 997 | ==== Search ==== |
| 998 | * https://packagist.org/packages/symfony-cmf/search-bundle |
| 999 | * https://packagist.org/packages/liip/search-bundle |
| 1000 | ==== Payment ==== |
| 1001 | * https://packagist.org/packages/payum/payum-bundle |
| 1002 | ==== Help Desk, Bug Tracking and Ticket ==== |
| 1003 | * https://packagist.org/packages/liuggio/help-desk-bundle |