Skip to content

Commit 533258b

Browse files
committed
Update README
1 parent 1ebec5c commit 533258b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This plugin recognizes CakePHP3. But many features might not work yet.
4444
- support for PHPUnit settings and create test case [v0.6.17]
4545
- code generation [v0.8.1]
4646
- run action action
47+
- fix namespace action (only CakePHP3.x)
4748

4849
[*1] right-click in project node > CakePHP > (Run Command | Clear Cache | Install Plugins)
4950

@@ -458,6 +459,16 @@ Currently, this is available for the simple situation.
458459

459460
Please also see the following: https://github.com/junichi11/cakephp-netbeans/issues/16
460461

462+
### Fix Namespace Action (CakePHP 3.x)
463+
464+
Add namespace to top of file if it doesn't exist.
465+
466+
```php
467+
// e.g.
468+
<?php
469+
namespace App\Controller;
470+
```
471+
461472
## HOW TO RUN
462473

463474
- download NBM file or manually create NBM file

0 commit comments

Comments
 (0)