You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: