Ricardo Pérez
dafe5f6aff
Set @tests
alias by default ( #169 )
2018-02-23 20:57:48 +03:00
Ricardo Pérez
8d04158f16
Add @bower and @npm aliases in config/console.php
...
You need them if you add the `yii\apidoc\commands\ApiController` and `GuideController` to your console application command map and you run them inside of your applications console app, as said in the yiisoft/yii2-apidoc 's README.md:
https://github.com/yiisoft/yii2-apidoc/blob/master/README.md
2017-11-07 13:29:58 +01:00
SilverFire - Dmitry Naumenko
4dc90946e9
Call require
as statment. Closes #123
2017-08-07 23:46:37 +03:00
Davert
0ef627f7de
refactored tests
2016-07-16 04:13:51 +03:00
Yasser Hassan
4e8ed67326
Modified default @tests value and updated READMEs.
2015-10-21 03:07:07 +02:00
Anatoly Garkusha
23a48e8d23
Modify config/console.php add return $config
2015-09-11 16:16:28 +03:00
Daniel Gomez Pan
f60f7647c5
remove gii module in production
2015-09-08 23:18:39 +02:00
Qiang Xue
cc50af25ec
Finished console Gii.
2014-09-14 14:15:16 -04:00
Alexander Makarov
b946b9906d
Fixes #3542 : Removed requirement to specify extensions
in application config
2014-05-24 18:11:59 +04:00
Qiang Xue
abcc78cd8f
Refactored app bootstrap logic.
2014-04-10 15:05:01 -04:00
Qiang Xue
52eea89f09
Removed Application::preload
in favor of Application::bootstrap
2014-04-09 10:47:10 -04:00
SonicGD
93cc82c4bf
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
Qiang Xue
4742d4e0b3
Fixes #2629 : Module::controllerPath
is now read only, and all controller classes must be namespaced under Module::controllerNamespace
2014-03-07 10:35:15 -05:00
Qiang Xue
19b2defb1a
refactored fixture feature.
2014-01-19 23:17:53 -05:00
Luciano Baraglia
fc5ffd62a0
Basic app: DB configuration in separated file
2014-01-03 19:28:33 -03:00
Mark
e88d1527b3
alias fixed
2014-01-04 02:18:02 +04:00
Mark
86d0e987a5
Added to the basic app, fixed config, added to core commands.
2014-01-04 01:16:05 +04:00
Qiang Xue
5ada6348ae
save security keys as a serialized string instead of exported variable.
2013-11-08 21:35:51 -05:00
Qiang Xue
333b1f4b1f
fixed extension list file location.
2013-11-02 16:04:38 -04:00
Qiang Xue
130449e2be
adjusted basic app to use the new yii extension installer.
2013-10-22 21:18:41 -04:00
Yakir Sitbon
4023798e42
Convert to short syntax [2].
2013-10-18 12:03:36 +00:00
sensorario
b0fcdfab1a
Convert to short syntax
2013-10-18 07:30:41 +02:00
Qiang Xue
9664884e02
Refactored logging.
2013-07-02 22:09:25 -04:00
Alexander Makarov
c94008932b
Moved $params in basic application configs to the variable at the top so it can be reused for common component definitions if needed
2013-05-24 21:50:03 +04:00
Qiang Xue
cb76b82e09
Renamed apps/bootstrap to apps/basic.
2013-05-24 10:14:49 -04:00