generator-webapp-php icon indicating copy to clipboard operation
generator-webapp-php copied to clipboard

Yeoman generator that scaffolds out a front-end web app with a PHP back-end

Results 5 generator-webapp-php issues
Sort by recently updated
recently updated
newest added

Hello! I was looking for a generator for PHP projects today, and I reached this one. Unfortunately, I will not use it as I would like, just because I saw...

Hello, I just started a new project and when I launch grunt it give me the following error: ``` grunt Loading "connect_proxy.js" tasks...ERROR >> TypeError: The super constructor to `inherits`...

This happen on grunt serve. 'grunt' and 'grunt test' are working well. ``` Running "php:server" (php) task C:\xampp\htdocs\imagehoster\node_modules\grunt-contrib-compass\node_modules\tmp\lib\tmp.js:261 throw err; ^ Error: spawn ENOENT at errnoException (child_process.js:1001:11) at Process.ChildProcess._handle.onexit (child_process.js:792:34)...

In the original generator-webapp, the return grunt.task.run() is all on one line without indents. Changing this fixed issue #3.

Gruntfile.js line 407 col 15 Expected 'build' to have an indentation at 17 instead at 15. line 408 col 15 Expected 'configureProxies' to have an indentation at 17 instead at...