-
The CRUD generator does not support a 'views' path like Gii, so for nested modules, I have not been able to discover where it places the views. As a result, the nested modules have to be created at th…
-
I am trying to set global AccessControl on application. I have this in application configuration:
```
'components' => [ ... ],
'modules' => [
'user' => [
'class…
-
Hi
did the migration
`php yii migrate/up --migrationPath=vendor/pistej/yii2-faq/migrations/`
and added this in module
```
'modules' => [
...
'faq' => [
'class' => 'pistej…
srakl updated
2 years ago
-
after installing your widget .in yii2 admin json data is is coming as raw html.
it is conflicting with other widget those are rendering json data .
![yiiadmin](https://user-images.githubusercontent…
-
Hi, I have an issue when I use composer to install the module.
Here is the message:
```
...
Reading bower.json of bower-asset/icheck (1.0.2)
Reading bower.json of bower-asset/icheck (1.0.1)
- Insta…
-
`1. in /app/vendor/dektrium/yii2-user/Bootstrap.php at line 57
48495051525354555657585960616263646566 if ($app->hasModule('user') && ($module = $app->getModule('user')) instanceof Module) {
…
-
### Description
I have a Craft CMS field with the handle `order` and I always receive a deprecation error because of this
> The “order” element query param has been deprecated. Use “orderBy” inste…
-
### What steps will reproduce the problem?
1. Install yii2-usuario via `composer require 2amigos/yii2-usuario:~1.0`. Also tried `composer require 2amigos/yii2-usuario: 'dev-master'` to see if it wo…
-
以下をview(views\site\index.phpなど)に埋め込んでIPアドレスを取得
``
コメントアウトを外して、許可するIPに取得したアドレスを追加
```php
// config\web.php:64
$config['modules']['debug'] = [
'class' => 'yii\debug\Module',
…
-
Этот код я бы переписал так
https://github.com/phpnt/yii2-cms/blob/master/backend/modules/geo/controllers/CityController.php#L68
Во первых, использовать query классы
```php
Тогда
$manyG…