mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Merge pull request #7396 from softark/docs-guide-tool-fix
Docs guide tool fix [ci skip]
This commit is contained in:
@ -58,7 +58,7 @@ If you are using `enableStrictParsing` URL manager option, add the following to
|
||||
```
|
||||
|
||||
> Note: the debugger stores information about each request in the `@runtime/debug` directory. If you have problems using
|
||||
> The debugger such as weird error messages when using it or the toolbar not showing up or not showing any requests, check
|
||||
> the debugger, such as weird error messages when using it, or the toolbar not showing up or not showing any requests, check
|
||||
> whether the web server has enough permissions to access this directory and the files located inside.
|
||||
|
||||
|
||||
|
@ -222,8 +222,8 @@ Creating your own generators
|
||||
----------------------------
|
||||
|
||||
Open the folder of any generator and you will see two files `form.php` and `Generator.php`.
|
||||
One is the form, the second is the generator class. For create your own generator, you need to create or
|
||||
override these classes in any folder. Again as in the previous paragraph customize configuration:
|
||||
One is the form, the second is the generator class. In order to create your own generator, you need to create or
|
||||
override these classes in any folder. Again as in the previous paragraph customize the configuration:
|
||||
|
||||
```php
|
||||
//config/web.php for basic app
|
||||
|
Reference in New Issue
Block a user