Doctrine Entity not creating Database

Permalink
I have created a simple package to assist with the creation of an Employee Directory in our district. Everything installs and works great in my local test environment. However, when I install the package on our main site, the database table is not created and it gives the following error when I try to access the "Employee Directory" page.

Class Concrete\Package\W12EmployeeDirectory\Src\Entity\Employee does not exist


The file is definitely there. I don't have a clue how to check what may be happening.

 
jmartinwestern replied on at Permalink Reply
I was able to fix my issue. Apparently it had to do with the case sensitivity of my test vs. production environment.