Describe the bug
The current template for wp-config.php contains define( 'ROOT_DIR', realpath( __DIR__ . '/.' ) ); on line 7, however this points to the public directory and then causes vendor autoload errors.
Expected behavior
The line should be define( 'ROOT_DIR', dirname( __DIR__ ) );
Environment
- OS: macOS
- Terminal/Shell: iTerm2 with Spaceship
Nucleus CLI version:
1.0.0