Skip to content
#

yii2

yii logo

Yii is a popular PHP framework, for efficiently developing

fast and secure web applications and APIs.

It comes with comprehensive documentation

and a large amount of extensions

that provide useful functionality.

Here are 1,753 public repositories matching this topic...

cms
bennash
bennash commented Jan 22, 2020

NEW UI Locations

The Plugin page in the Store could use some layout adjustments. The Install buttons are often pushed down the page with long content above. This UI could be anchored up top. A common location for this UI would be helpful with muscle memory, always navigating to this ui's location.

Many of the informational pieces could be moved to the sidebar below the Documentation and R

WadeShuler
WadeShuler commented Feb 21, 2017

One of the issues I have just ran into, is using Yii2 to create a REST API. The official docs lack in this area (and many others). It takes into account, assumptions, that you know where things go. While I have used Yii2 for a while, it still would be nice to get the full story, instead of bits and pieces and having to find the rest. The docs say "Implement xxx", but doesn't tell you how, so we ha

Pchol
Pchol commented Jul 11, 2019

I have error when try delay 30 days in AMQP Interop driver and enqueue/amqp-bunny transport
and rabbit with installed RabbitMQ Delayed Message Plugin. After inspect code and documentation i discover what rabbitmq delayed message plugin max delay is 2^32 milliseconds (~50 days) and bunny have limit for headers 2^31 milliseconds (~25 days)

ohDaddyPlease
ohDaddyPlease commented Apr 17, 2020

Объединить распространенные и часто используемые переводы в один файл (например, common.php), так как в app.php и bot.php есть повторяющиеся записи (sexuality, birthday, ...)

nadar
nadar commented Jan 13, 2017

As LUYA will enhanced continuously, some translations will be added from time to time, therefore i created this issue in order to see who did translations and everybody can subscribe to the issue to get notified when new translations came up.

In order to help us extend LUYA translations or fix incomplete translations please take a look at the linkes files below.

Required

For **up

anjocee2
anjocee2 commented Dec 12, 2016

.env文件:

FRONTEND_URL = /yii2admin/frontend/web
BACKEND_URL = /yii2admin/backend/web
STORAGE_URL = /yii2admin/storage

nginx.conf文件:

# 前台重写
location /yii2admin/frontend/web/ {
	try_files $uri /yii2admin/frontend/web/index.php?$args;
}

# 后台重写
location /yii2admin/backend/web/ {
	try_files $uri /yii2admin/backend/web/index.php?
cebe
cebe commented Nov 15, 2019

What steps will reproduce the problem?

For example:

Trying to autocomplete Yii::$app->user->identity-> in an IDE (PHPStorm/Netbeans/etc...) does not show methods and properties of the configured identityClass. This is because the IDE has no knowledge about the Yii specific configuration.

We can add hints for these in a file e.g. config/__autocomplete.php:

<?php

/**
ArjanQside
ArjanQside commented Nov 21, 2016

Hello guys,

What steps will reproduce the problem?

When I go to my website to a CRUD and want to update a row of a chapter, and press on "UPDATE" to save the data, there will come an routing_missing_exception error of ElasticSearch. For deleting it is exactly the same thing.

What's expected?

Saved data, redirect to the index page.

What do you get instead?

ElasticSearch er

needrunning
needrunning commented Jun 14, 2019

yii2-mongodb扩展建议增加在复制集环境下的配置引导和说明

以下配置是经过验证的复制集配置,但是连接超时没有设置。

以下是一个复制集例子

return [
'class' => '\yii\mongodb\Connection',
'dsn' => 'mongodb://user:pqssword@s1._test.mongodb.domain.cn:30000,s2.mongodb.domain.cn:30000,s3._test.mongodb.domain.cn:30000/databasename',
];

希望增加关于 connectTimeout 和socketTimeout 的config case

Additional info

| Q | A
|

Released December 2008

Organization
yiisoft
Website
www.yiiframework.com
Wikipedia
Wikipedia

Related Topics

framework php php-framework
You can’t perform that action at this time.