Update README.md

pull/3451/head
Julio Montoya 5 years ago committed by GitHub
parent 4ce4566f10
commit 4dac83e95c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      README.md

@ -71,13 +71,18 @@ Go back to the beginning of this section and try again.
* main/inc/lib/javascript moved to public/js
* main/img/ moved to public/img
* main/template/default moved to src/Chamilo/CoreBundle/Resources/views
* src/Chamilo/XXXBundle moved to src/CoreBundle or src/CourseBundle
* bin/doctrine.php removed use bin/console doctrine:xyz options
* PHPMailer replaced with Swift Mailer
* Plugin images, css and js libs are loaded inside the public/plugins folder
(composer update copies the content inside plugin_name/public inside web/plugins/plugin_name
* Plugins templates use asset() function instead of using "_p.web_plugin"
* bower replaced by [yarn](https://yarnpkg.com)
* Remove main/inc/local.inc.php
Libraries
* Integration with Symfony 5
* PHPMailer replaced with Swift Mailer
* bower replaced by [yarn](https://yarnpkg.com)
## Todo

Loading…
Cancel
Save