Changes between Version 9 and Version 10 of members/GRIP-UQAM/Symfony
- Timestamp:
- Aug 25, 2016, 9:50:31 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM/Symfony
v9 v10 190 190 * app/config/config.yml (see note about line of import) 191 191 * DebugBundle (in dev/test env) - Adds Debug and VarDumper component integration 192 ==== Choosing bundles ==== 193 * [https://jolicode.com/blog/do-not-use-fosuserbundle Do not use FOSUserBundle] 194 ===== Bundles not to choose ===== 195 * [https://packagist.org/packages/jms/serializer jms/serializer] 196 * [https://jolicode.com/blog/do-not-use-fosuserbundle Do not use FOSUserBundle] 192 197 ==== Bundles documented by symfony.com ==== 193 198 * Admin [https://packagist.org/packages/sonata-project/admin-bundle sonata-project/admin-bundle] [http://symfony.com/doc/current/bundles/SonataAdminBundle symfony.com] [http://symfony.com/doc/current/cmf/tutorial/sonata-admin.html cmf/tutorial] … … 196 201 * Cache -> Doctrine - Cache 197 202 * CKEditor [https://packagist.org/search/?q=ckeditor-bundle ckeditor-bundle] [https://packagist.org/packages/egeloen/ckeditor-bundle egeloen/ckeditor-bundle] [http://symfony.com/doc/master/bundles/IvoryCKEditorBundle/index.html symfony.com] may be used with [https://packagist.org/packages/helios-ag/fm-elfinder-bundle helios-ag/fm-elfinder-bundle] 203 * http://www.techtonet.com/sonata-add-ckeditor-in-admin-textareas/ 204 * https://stackoverflow.com/questions/20269617/how-to-add-ckeditor-to-sonata-admin-backends-textareas 198 205 * Create [https://packagist.org/packages/symfony-cmf/create-bundle symfony-cmf/create-bundle] [http://symfony.com/doc/current/cmf/bundles/create cmf/bundles/create] requires [https://packagist.org/packages/symfony/framework-bundle symfony/framework-bundle]... 199 206 * Doctrine … … 212 219 * User [https://packagist.org/packages/friendsofsymfony/user-bundle friendsofsymfony/user-bundle] [https://symfony.com/doc/master/bundles/FOSUserBundle symfony.com] [https://jolicode.com/blog/do-not-use-fosuserbundle Do not use FOSUserBundle] maybe better see https://knpuniversity.com/screencast/symfony-security 213 220 * site:symfony.com/doc/master/bundles 214 ==== User ====215 * friendsofsymfony/user-bundle216 221 ==== Social Login ==== 217 222 * https://en.wikipedia.org/wiki/Social_login 223 * See Guard component 218 224 ===== OAuth ===== 219 225 * [https://packagist.org/packages/hwi/oauth-bundle hwi/oauth-bundle] … … 222 228 * https://www.youtube.com/watch?v=io_r-0e3Qcw 223 229 * https://www.youtube.com/results?search_query=oauth 230 * See Guard component 224 231 ===== HybridAuth ===== 225 232 * [https://packagist.org/packages/azine/hybridauth-bundle azine/hybridauth-bundle] 226 233 * [https://packagist.org/packages/sllh/hybridauth-bundle sllh/hybridauth-bundle] 227 234 * [https://packagist.org/packages/itlized/social itlized/social] 235 * See Guard component 228 236 ===== OpenID ===== 229 237 * [https://packagist.org/packages/fp/openid-bundle fp/openid-bundle] 230 238 * [https://packagist.org/packages/writtengames/openid-user-bundle writtengames/openid-user-bundle] 231 239 * [https://packagist.org/packages/raphox/alb-open-id-server-bundle raphox/alb-open-id-server-bundle] (server) 240 * See Guard component 232 241 ==== Form related ==== 233 242 * [https://packagist.org/packages/a2lix/translation-form-bundle a2lix/translation-form-bundle] … … 252 261 ===== Tree ===== 253 262 * https://stackoverflow.com/questions/32346555/manage-crud-operations-for-hierarchical-data-tree-structure-with-sonataadminbu 254 ===== Formatter =====255 ===== CKEditor =====256 * http://www.techtonet.com/sonata-add-ckeditor-in-admin-textareas/257 * https://stackoverflow.com/questions/20269617/how-to-add-ckeditor-to-sonata-admin-backends-textareas258 ==== CKEditor ====259 * [https://packagist.org/packages/egeloen/ckeditor-bundle egeloen/ckeditor-bundle]260 263 ==== Tree ==== 261 264 * [https://packagist.org/packages/symfony-cmf/tree-browser-bundle symfony-cmf/tree-browser-bundle]