File tree 1 file changed +11
-0
lines changed 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ This plugin recognizes CakePHP3. But many features might not work yet.
44
44
- support for PHPUnit settings and create test case [ v0.6.17]
45
45
- code generation [ v0.8.1]
46
46
- run action action
47
+ - fix namespace action (only CakePHP3.x)
47
48
48
49
[ * 1] right-click in project node > CakePHP > (Run Command | Clear Cache | Install Plugins)
49
50
@@ -458,6 +459,16 @@ Currently, this is available for the simple situation.
458
459
459
460
Please also see the following: https://github.com/junichi11/cakephp-netbeans/issues/16
460
461
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
+
461
472
## HOW TO RUN
462
473
463
474
- download NBM file or manually create NBM file
You can’t perform that action at this time.
0 commit comments