Posts by Herman Monteiro • 29 points
3 posts
-
-1
votes1
answer400
viewsQ: Laravel: Take the value of an array without foreach
I have the following appointment: $TenantId = DB::select('select tenant_id from users where id = :id', ['id' => '7']); dd($TenantId); The result of $Tenantid is: array:1 [▼ 0 => {#357 ▼…
-
2
votes2
answers77
viewsQ: How do I set only one font-size on the font so that it decreases according to the size of the device?
Doubt quick personal, how do I set just one font-size font so that it decreases according to device size? I am currently inserting a different font-size size for each @media query, there is a…
-
0
votes2
answers94
viewsQ: Dynamic data entry in 2 tables
Good afternoon, everyone. I have the following situation: In a vehicle registration module need to dynamically register and at once a vehicle followed by all its models and group, and a vehicle can…