-
# Root Alias
```
* system: refers to the Yii framework directory;
* zii: refers to the Zii library directory;
* application: refers to the application's base directory; (/protected/)
* webroot: refer…
-
After enabling extension to the user class its broken:
```
'user' => [
'class' => 'lucidprogrammer\simplesamlphp\SamlUser',
```
I get the following error:
```
ReflectionException: Class s…
-
Hi,
I installed this extension and got following error.
`Invalid Parameter – yii\base\InvalidParamException`
`The file or directory to be published does not exist: vendor/uikit/uikit/dist`
Any guss…
-
```
HI,
I am using YII user extension. Working fine. Great work. I would like to add
profile picture as well. How can I achieve that?
Could you please suggest me?
Thank you,
Taraka
```
Original …
-
```
Swiftmailer supports Sendmail, so, It would be good to have it in yii-mail.
I can give you a hand maintaining this extension if you want.
```
Original issue reported on code.google.com by `robreg…
-
![untitled](https://cloud.githubusercontent.com/assets/9119897/9975433/26117016-5ec5-11e5-963e-9c522d0047ff.png)
//my is Migration
-
It is nice to add a Modules section like Installed Extensions, in yii debug configuration
-
Wouldn't that be cool?
ghost updated
11 years ago
-
// Controller
public function actionUpdate($id)
{
$model = $this->findModel($id);
```
if ($model->load(Yii::$app->request->post())) {
$model->image = \yii\web\UploadedFile:…
-
```
What is the expected output? What do you see instead?
I have different view files 'views/mail/en/mail.php' and
'views/mail/ru/mail.php'
Your extension doesn't use Yii's findLocalizedFile functi…