Good morning, how to do the query below add the two counts and calculate the percentage of one resul...
Hello, I'm trying to get the ID of the ids that I'm passing, in case it can be up to two ids since I...
Hello everyone, I am trying to prevent the user from logging in after the registration using the cla...
problem solved: select aux.Rede , aux.PDV , aux.RUPTURA , (aux.RUPTURA/aux.PDV)*100 as Percentual fr...
Thank you Jake Quims, it worked fine.
<?php namespace App\Http\Controllers\Auth; use App\User; use App\Http\Controllers\Controller; u...
The Laravel portal for problem solving, knowledge sharing and community building.
The community