سلام
logout رو لوکال درست کار می کنه
ولی رو هاست اررور می ده
Method Not Allowed. This url can only handle the following request methods: POST
logout رو لوکال درست کار می کنه
ولی رو هاست اررور می ده
Method Not Allowed. This url can only handle the following request methods: POST
1 2 3 4 | <?= Html::a( '( ' . yii:: $app ->user->identity->username . ' )' . 'خروج' , yiihelpersUrl::toRoute([ 'site/logout' ]), [ 'data-method' => 'post' ]) ?> |