Hi i have same problem.. i think when i use homestead i will careless about difference server & local environment.. but this is happend and i realize what the difference homestead with local machine environment if like this
I understand that that it's good to have the development environment mirror the production environment as far as possible, but case sensitivity is a 'schoolboy error'.
You wouldn't expect anything but an error from the following code:
$mYLazyVarDeclaration = "Foo";
echo $mylazyvardeclaration;
If you're getting problems because of case sensitivity, you're making a mistake somewhere and need to stop doing that. :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community