-
refresh-routes
![route](https://cloud.githubusercontent.com/assets/10795175/6655413/70df6cec-cb09-11e4-8ea1-f1104662bc9b.png)
![route2](https://cloud.githubusercontent.com/assets/10795175/6655414/70e…
-
I can set `maxFileSize` to 1 and i can still upload files until I hit the php limit. Is this something that needs to be handled manually? I sort of assumed this would render a hidden input field with …
-
**Describe the bug**
Code navigation is not working in PHP Project from Compose Package. I create a new project from yiisoft/yii2-app-basic project, open a model file and try to click on `use Yii` wi…
drizt updated
4 years ago
-
### What steps will reproduce the problem?
Connexion string from basic app :
(oracle version at the end of the report)
```
return [
'class' => 'yii\db\Connection',
'dsn'=>'oci:dbname=//local…
-
I just tried to install podium using composer.
Steps 1-3 of installation tutorial are completed, but Step 4 ist making Problems.
Whatever I try to go to `podium/install/run` the page is not found.…
-
I added `"yiisoft/yii2-bootstrap5": "*"` to composer and when i ran `composer update` I get
```
Your requirements could not be resolved to an installable set of packages.
Problem 1
- 2am…
srakl updated
2 years ago
-
以下をview(views\site\index.phpなど)に埋め込んでIPアドレスを取得
``
コメントアウトを外して、許可するIPに取得したアドレスを追加
```php
// config\web.php:64
$config['modules']['debug'] = [
'class' => 'yii\debug\Module',
…
-
When create a new user, we have this errorr
Missing argument 2 for yii\db\BaseActiveRecord::afterSave(), called in C:\EasyPHP\data\localweb\yii\basic\vendor\vova07\yii2-users-module\models\backend\U…
-
It will be useful if this section will be presented in the docs with some solutions and tips.
I added Yii2 recipes for [Deployer](https://github.com/deployphp/deployer) for both basic and advanced ap…
-
### What steps will reproduce the problem?
![image](https://user-images.githubusercontent.com/9190451/32393660-fafb589a-c10c-11e7-95c8-4c1af12e08c1.png)
this problem only in RBAC with DbManager,…