I used the command php artisan make:model Exemplo
and could not find where it saved this generated model so I could change it. I looked at the app / html folder and found nothing.
My db is ready, so I do not need to use migrate, but I need the template to use the query builder as I understand it.