Skip to content
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

Classes created by create:app don’t match generated code #16

Open
eddycoder opened this issue Apr 12, 2019 · 0 comments
Open

Classes created by create:app don’t match generated code #16

eddycoder opened this issue Apr 12, 2019 · 0 comments

Comments

@eddycoder
Copy link

If you do this:

php index.php matches create:app foo

"foo_model" and "foo_view" are referenced in the generated Foo.php controller, but the file and class names created by the script are just "foo". So when you run the code you get a class conflict since you have two with the same name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant