You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2022. It is now read-only.
* Now the configuration files will only be loaded when the option is requested.
20
+
21
+
*`Eliasis\Complement\Traits\ComplementHandler::getSettings()` method was renamed to `Eliasis\Complement\Traits\ComplementHandler::setSettings()`.
22
+
23
+
*`Eliasis\Complement\Complement::getInstance()` method was renamed to `Eliasis\Complement\Complement::getComplementInstance()`.
24
+
25
+
* Deprecated `Eliasis\Complement\Traits\ComplementHandler::getControllerInstance()` method. It will be removed in future versions.
26
+
27
+
* Added `Eliasis\Complement\Traits\ComplementHandler::getInstance()` method. Will be used instead of `Eliasis\Complement\Traits\ComplementHandler::getControllerInstance()` and any kind of instance can be obtained.
@@ -27,81 +26,52 @@ Este framework es soportado por versiones de **PHP 5.6** o superiores y es compa
27
26
28
27
Puedes instalar **Eliasis PHP Framework** en tu proyecto utilizando [Composer](http://getcomposer.org/download/). Si vas a empezar un nuevo proyecto, recomendamos utilizar nuestra [app básica](https://github.com/eliasis-framework/app) como punto de partida. Para aplicaciones existentes puedes ejecutar lo siguiente:
29
28
30
-
$ composer require eliasis-framework/complement
29
+
composer require eliasis-framework/complement
31
30
32
31
El comando anterior sólo instalará los archivos necesarios, si prefieres **descargar todo el código fuente** puedes utilizar:
0 commit comments