Yii Console 1.2.0
2022-07-21
1443次浏览
Version 1.2.0 of Yii console package was tagged. This version adds an ability to configure defaults for yii serve
command that starts built-in development web server. It could be done via params.php
of the console:
return [
'yiisoft/yii-console' => [
// ...
'serve' => [
'appRootPath' => null,
'options' => [
'address' => '127.0.0.1',
'port' => '8080',
'docroot' => 'public',
'router' => 'public/index.php',
],
],
],
新闻归档
热门标签
- yii3
- 扩展
- 发布
- yii2
- debug
- view
- auth client
- html
- bootstrap
- release
- redis
- apidoc
- mongodb
- Yii 1.1
- validation
- http
- runner
- Yii 2.0
- extensions
- error handler
- gii
- mailer
- console
- http 客户端
- queue
- cache
- twig
- hydrator
- translator
- widget
- sphinx
- config
- assets
- symfonymailer
- db
- log
- router
- swiftmailer
- swagger
- middleware
- elasticsearch
- imagine
- 图书
- fastroute
- IDE
- user
- i18n
- definitions
- rbac
- csrf