You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'bootstrap' => [
...
'amilna\versioning\components\Versioning',
...
],
'versioning' => [
'class' => 'amilna\versioning\Module',
'userClass' => 'dektrium\user\models\User',//'common\models\User',
'defaults' => ["create"=>"create","view"=>"view"],
//'onroutes' => ['yes/product','blog/post/update'], /* example to apply versioning on certain routes only */
//'onmodels' => ['amilna\blog\models\BlogCatPos'], /* example to apply versioning on certain models only */
]
Is there any examples with more details?
The text was updated successfully, but these errors were encountered:
fdo36
changed the title
http://localhost/cms/web/versioning doen't exists
[my_base_url]/versioning doen't exists
Mar 27, 2017
fdo36
changed the title
[my_base_url]/versioning doen't exists
[my_base_url]/versioning doesn't exists
Mar 27, 2017
I put my base url + /versioning and it throw me the 404 error.
My base url is "http://localhost/cms/web/". I have enabled the pretty url in the urlManager. So I try to go to "http://localhost/cms/web/versioning" and it doesn't work.
I've put those lines in web.php and console.php:
Is there any examples with more details?
The text was updated successfully, but these errors were encountered: