Chris Yates

Results 6 comments of Chris Yates

Pretty URLs - this is not a function of this extension. To have pretty URLs you must configure yii\web\UrlManager (http://www.yiiframework.com/doc-2.0/yii-web-urlmanager.html) and provide the approriate URL rules (http://www.yiiframework.com/doc-2.0/yii-web-urlrule.html) From the error,...

Hi, As with any namespaced extension you can put the extension wherever you want - you just need to set up the alias to it appropriately; that's the cool thing...

Hi, The step data is stored in the session as Array Objects - this is due to the way the Yii2 Session component works (see [Sessions and Cookies in the...

Hi, The read() method should do what you need; you can read back either all the steps or give the name of a step to read e.g. $event->sender->read('thisStep') Steps are...

I have developed a Yii3 phone number validator; please use it if you wish. The user can choose whether to validate international and/or national phone numbers; for national numbers, the...

As Roles and Permissions are both Items, and Item names must be unique, I think hasItem() would be a better method name.