Hi everyone
I've been searching this for a while, but couldn't find the specific subject
So here is the thing:
For the DB I want to use the snake case convention (aka underscore convention) but on the PHP I want the camelCase for the variables.
ex:
DB:
users
- first_name
PHP
$user->firstName
Is there a way to achieve this?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community