Changes between Version 114 and Version 115 of members/GRIP-UQAM
- Timestamp:
- May 3, 2016, 5:14:29 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v114 v115 314 314 * https://getcomposer.org/doc/05-repositories.md#packages 315 315 * https://getcomposer.org/doc/05-repositories.md#disabling-packagist 316 === Other Composer documentation === 317 * https://www.youtube.com/results?search_query=php+composer 318 * http://knpuniversity.com/screencast/composer 316 319 === Some Composer commands === 317 320 * … … 879 882 * https://backdropcms.org/project/simplenews 880 883 == Inside Drupal == 884 === Training === 885 * https://www.youtube.com/results?search_query=drupal+8+under+the+hood 886 * http://knpuniversity.com/screencast/drupal8-under-the-hood 887 * https://drupalize.me/blog/201408/new-php-tutorials-symfony-experts-knp-labs 888 * https://www.youtube.com/results?search_query=drupal8 881 889 === Entities === 882 890 * Introduced in Drupal 7 … … 999 1007 * php+symlink+path 1000 1008 * http://php.net/manual/en/function.dirname.php 1009 === Namespaces === 1010 * https://www.youtube.com/results?search_query=php+namespaces 1011 * http://knpuniversity.com/screencast/php-namespaces-in-120-seconds 1012 == Doctrine == 1013 === Events === 1014 * https://openclassrooms.com/courses/developpez-votre-site-web-avec-le-framework-symfony2/les-evenements-et-extensions-doctrine 1015 === Extensions === 1016 Gedmo are a standard, but Translatable is criticized 1017 * https://github.com/Atlantic18/DoctrineExtensions#extensions-and-documentation 1018 * https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc 1019 ==== Loggable ==== 1020 * https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/loggable.md 1021 ==== Translatable ==== 1022 ==== Tree ==== 1001 1023 == Symfony Programming == 1002 1024 * http://fr.slideshare.net/AcquiaInc/create-a-symfony-application-from-a-drupal-perspective 1025 * https://www.youtube.com/results?search_query=symfony 1026 * https://www.youtube.com/results?q=knpuniversity 1027 * http://knpuniversity.com/tracks/symfony 1003 1028 === EZ Plateform === 1004 1029 * EZ Plateform and Symfony Article from Symfony Finland … … 1015 1040 * http://symfony.com/blog/new-in-symfony-2-8-symfony-as-a-microframework 1016 1041 * https://symfony.com/doc/current/cookbook/configuration/micro-kernel-trait.html 1042 * https://www.youtube.com/results?search_query=symfony+microkernel 1017 1043 * https://knpuniversity.com/screencast/new-in-symfony3/micro-kernel 1044 * https://www.youtube.com/results?search_query=micro+symfony 1045 * http://knpuniversity.com/screencast/micro-symfony 1018 1046 === Components === 1019 1047 === Bundles === … … 1052 1080 ==== User ==== 1053 1081 * friendsofsymfony/user-bundle 1082 ==== Social Login ==== 1083 * https://en.wikipedia.org/wiki/Social_login 1084 ===== OAuth ===== 1085 * https://packagist.org/packages/hwi/oauth-bundle 1086 * https://packagist.org/packages/friendsofsymfony/oauth-server-bundle (server) 1087 * http://knpuniversity.com/screencast/oauth 1088 * https://www.youtube.com/watch?v=io_r-0e3Qcw 1089 * https://www.youtube.com/results?search_query=oauth 1090 ===== HybridAuth ===== 1091 * https://packagist.org/packages/azine/hybridauth-bundle 1092 * https://packagist.org/packages/sllh/hybridauth-bundle 1093 * https://packagist.org/packages/itlized/social 1094 ===== OpenID ===== 1095 * https://packagist.org/packages/fp/openid-bundle 1096 * https://packagist.org/packages/writtengames/openid-user-bundle 1097 * https://packagist.org/packages/raphox/alb-open-id-server-bundle (server) 1054 1098 ==== Admin ==== 1055 1099 * https://sonata-project.org/bundles/admin/2-3/doc/index.html