-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
syntax error, unexpected '$MODULE_NAMESPACE' (T_VARIABLE), expecting identifier #159
Comments
Thank you |
gravitano
pushed a commit
to pingpong-labs/sky
that referenced
this issue
May 27, 2015
73fe515 wrap getter property c8fa2d8 fix typo 7815fc4 extract process logic to getProcess method 8eb218c Fix install module from repository class fac1d35 Added missing doc ea1433f Fix pingpong-labs/modules#160 0601e2e Fix pingpong-labs/modules#159 419481e update title b2306cd Use Stub class from pingpong/support package f65d04b Added new feature: allow to install modules from 'modules.json' file e7b4e01 install require dependencies automatically after running module:install command 825b15d Allow to set process timeout b301a7d CS Fixes 77146fa trim back slash 8b583c5 improved module:make-model command 116d67a improved module:make-provider command c874240 improved module:make-command command 0850c75 improved module:make-middleware command 9dd31f6 improved module:make-request command ab00280 move getClass & getClassNamespace method to GeneratorCommand 148d2db allow to append class namespace when creating controller with subdirectory 7460a31 fix generated class name 88fe867 fix wrong variable 53f41f7 allow to create sub directory automatically. fix pingpong-labs/modules#157. 2041b0d PSR-2 git-subtree-dir: src/Pingpong/Modules git-subtree-split: 73fe5156d6de24955c405150647513e54ee85fac
gravitano
pushed a commit
to pingpong-labs/sky
that referenced
this issue
Jun 3, 2015
d71fd39 use dev version 843b59a Update header 2a65ce1 Merge branch 2.0 49d1a50 Merge branch '2.0' into 2.1 690a5d6 set minimum stability to dev b16615c Added support for Laravel 5.1 (develop version). Ref: pingpong-labs/modules#151 REVERT: fca0fea Fix pingpong-labs/modules#164 REVERT: 73fe515 wrap getter property REVERT: c8fa2d8 fix typo REVERT: 7815fc4 extract process logic to getProcess method REVERT: 8eb218c Fix install module from repository class REVERT: fac1d35 Added missing doc REVERT: ea1433f Fix pingpong-labs/modules#160 REVERT: 0601e2e Fix pingpong-labs/modules#159 REVERT: 419481e update title git-subtree-dir: src/Pingpong/Modules git-subtree-split: d71fd39a0efdca45ee9e0ebb44a75bdef0361cf3
gravitano
pushed a commit
to pingpong-labs/sky
that referenced
this issue
Jun 14, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
I just installed the module package.
Whats weird, all providers are okay, added alliases, but if i create a new module i always get the following error.
FatalErrorException in BlogServiceProvider.php line 1: syntax error, unexpected '$MODULE_NAMESPACE' (T_VARIABLE), expecting identifier (T_STRING) or \ (T_NS_SEPARATOR) or '{'
Any hint on this please?
The text was updated successfully, but these errors were encountered: