-
I'm wondering if this plugin will be ported to Yii 2 (or if it's already compatible with Yii 2)?
-
Hello there!
First of all, thank you for creating this plugin! However, it looks like the Collapsing/Expanding functionality no longer works on `Craft Pro 3.7.31`. I can use the Select All toggle t…
-
There are places in Laravel code that I wish for better comments. To me better is not necessarily more, but it is most of the time. I try to list some cases here. Examples are from laravel/horizon unl…
-
Hello,
I think it would be nice to create a new Slim component - **CLI Console** (like [Symfony Console](https://github.com/symfony/console)), to start the PHP Dev server, Debug router and Containe…
ABGEO updated
4 years ago
-
The problem is that you can not use custom action names with anything but lowercase. So if you custom action name (used in UrlRules) is "customIndex", it will not work.
I described it in the forums …
-
在yii2的basic版本中默认是从一个数组验证用户名和密码,如何改为从数据表中查询验证呢?
首先新建立一个user表并插入实验数据,如下所示:
```
CREATE TABLE `user` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`username` varchar(50) NOT NULL,
`password` var…
-
When I go to any links, I get:
```
Not Found
The requested URL /admin/user/add was not found on this server.
```
I followed the steps as per README, but I can't figure out the cause of the …
-
Hi guys,
I've tried to setup with yii2-usario a social connector to LinkedIn, my web.php looks like this:
```
'authClientCollection' => [
'class' => \yii\authclient\Collection::cla…
-
Доброй ночи!Возник вопрос! Можно ли средствами виджета сделать так что бы при клике на (+) (добавление) в поле https://prnt.sc/rhi0u6 добавлялся порядковый номер?
-
I feel that `Yii::t()` lacks ability to provide context of textual value and when translations start to count in couple hundreds, it starts to be quite hard to understand what was meant with translati…
Deele updated
3 years ago