Posts by André Tripode Colognesi • 157 points
15 posts
-
0
votes1
answer31
viewsQ: Redirect from a URL within the Laravel
Good afternoon, I have a problem: I have a system for the company that I work with that is used only internally, so it is accessed only through VPN, however we will open this system to external…
-
0
votes1
answer571
viewsQ: I am not allowed to write in a directory in Laravel 5.6
Hello, I’m having trouble writing in a directory in Laravel 5.6, I created the directory on the server and when I will upload it gives this error: unable to write in the "uploads/imagens/assinatura"…
-
2
votes2
answers3463
viewsQ: How to check if a checkbox is checked with jquery?
Hello, I’m trying to do a JS operation if a checkbox is checked, but I’m not succeeding. Follow the code: $('#btn-proximo').click(function(e){ if($('#in_acesso').is('checked')){ $('#div_valida…
-
2
votes1
answer36
viewsQ: Simple question about Laravel and get() function
Hello, I’ve been using Standard for some time now and I’m familiar with the framework, but I would like to know the real need to use the get() method when calling a class. For example: Using get():…
laravelasked André Tripode Colognesi 157 -
2
votes0
answers85
viewsQ: Limit of google maps requests expires with only 1 request in the Windows
Hello, I’m testing a google maps API for my project (https://github.com/farhanwazir/laravelgooglemaps) And when I just make a map request the API request limit expires, I’d like to know if anyone…
-
2
votes2
answers1897
viewsQ: How to do a subquery in eloquent Laravel with WHERE
Hello, I am using Laravel 5.6 and I am creating a query using eloquent Laravel, however I am having difficulty creating a subquery what I want to create is simple in SQL server: ,DT_ALTA = (SELECT…
-
0
votes1
answer86
viewsQ: Helper problems in Laravel 5.6
I created a PHP page and made some functions in it to help my project. I added in commiserate that page across that line: "files": ["App/FunAuxiliar.php"] But when I went up the system for…
laravel-5asked André Tripode Colognesi 157 -
1
votes1
answer344
viewsQ: Problems sending form in modal bootstrap
Hello, I am sending a form that is in a modal inside a page, however the modal simply does not send, it is in a page that is a return of an ajax (a search in the case), I do not know if it…
-
0
votes1
answer110
viewsQ: Problems with the return of the query in Laravel 5
Hello, I’m having trouble with my Laravel research function class PesquisaController extends Controller { public function pesquisaMonitoramento(Request $request, Monitoramento $mot) { $mot =…
-
0
votes1
answer270
viewsQ: Problems to load jquery into the Laravel
Good afternoon, I am not able to load jquery in my Windows, I am correctly linking the folders: <script src="{{ asset('js/jquery/jquery-ui.js') }}" defer></script> <script src="{{…
-
0
votes0
answers85
viewsQ: Problems with Stored Procedures on Laravel 5.6?
I’m making a select in a procedure, but I can’t page because the result returns array: DB::select('EXEC PR_MONITORAMENTO @FUNCAO="S2", @ID_CD_INTERNACAO='.$ID_INTERNACAO.',…
-
1
votes0
answers386
viewsQ: Ajax search with Laravel 5.6 and jquery
I’m having trouble executing an ajax search with Laravel, follow the ajax code of my view: $(document).ready(function () { $('#enviarForm').click(function (e) { e.preventDefault(); var form =…
-
0
votes0
answers157
viewsQ: I can’t get bootstrap icons on the speaker
Hello, I’m not getting to call the bootstrap icons in my Windows, example: : <span class="glyphicon glyphicon-th-list"></span> Can anyone explain why?…
-
4
votes5
answers16554
viewsQ: How to change all selected words at once in Vscode
Hello would like to know how to change all words at once in the visual studio code thank you
visual-studio-codeasked André Tripode Colognesi 157 -
0
votes1
answer52
viewsQ: Doubt about the connection to the bank in the authentication of Aravel 5.6
Hello, I have a question and I can not solve, I need to connect the auth of Laravel 5.6 with an existing database, but I am a little lost, I have put the sql server drivers and already connected to…