-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use the client/view files? #5
Comments
Hi zhang-hang! |
But if you still want to use these CRUD, include conquer/gii-modal in you composer.json. |
Thanks for your reply, I just quickly install yii2-oauth2-server functionality. do not want to use CRUD. Because, see the directory has oauth2 / views / client / _form.php, create.php, index.php, view.php, update.php files. I was lazy and would like to be able to use it directly. Ha ~ :-) |
\vendor\conquer\oauth2\views\client\index.php conquer\gii\GiiAsset::register($this); What does this mean? Must be used in gii in it? |
These assets makes the Modal dialogs functionality. You should add "conquer/gii-modal": "*" in your composer.json, then run php composer.phar update. |
OK, I have installed "conquer / gii-module", but still can not access \vendor\conquer\oauth2\views\client\index.php , Only one empty page ... 🎱 |
I see. There is not implemented layout... |
hello Borodulin,
I configured main-local.php, but shows only a blank page.
http://localhost/oauth
if (!YII_ENV_TEST) {
// configuration adjustments for 'dev' environment
$config['bootstrap'][] = 'debug';
$config['modules']['debug'] = 'yii\debug\Module';
}
Please tell me how to use it, thank you ...
The text was updated successfully, but these errors were encountered: