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

A yeoman generator to scaffold a php website

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

Reproducible with default “yo php” configuration. Error listed below line. ——————————————————— Running "jshint:all" (jshint) task Linting Gruntfile.js...ERROR [L42:C17] W102: Trailing whitespace. watch: { Warning: Task "jshint:all" failed. Use --force to...

I tried to install this generator and get the following error: `UNMET PEER DEPENDENCY yo@>=1.0.0-rc.1` I'm only a begginer and I don't know how to install a peer dependency. Could...

Getting this error after running grunt server GET http://localhost:1025/livereload.js net::ERR_CONNECTION_REFUSED

Please add support for LESS via optional CLI argument like ``` bash $ yo php --use-less ```

enhancement