Posts by Renan Oliveira • 394 points
19 posts
-
1
votes1
answer746
viewsQ: Coverage of Unit Tests in Laravel
By starting a repository with a new Laravel 5.5 installation and setting up test coverage and Coveralls for this, despite having only scaffolded the framework authentication and not written a single…
-
0
votes0
answers446
viewsQ: Multiple RDLC (Report Viewer) in a single report
I have a report in Report Viewer that is all injected via parameters, do not use Dataset. I need to make it print a header that would be a single report model (a RDLC file), the body would be…
-
5
votes0
answers8377
viewsQ: Laravel 5 - Timezone Wrong Time
I switched the Timezone 'timezone' => 'America/Sao_Paulo', but not getting the GMT +3, which is the one in Brasilia. You have to trade something else somewhere else, off app.php?…
-
0
votes1
answer73
viewsQ: Laravel - Route "insecure"
I am doing a function to evaluate a transaction between a client (company) and his client (end consumer). Then an email/sms is sent to the final consumer with a link for him to evaluate the…
-
0
votes2
answers200
viewsA: How to send email without a view
public function email() { Mail::send([], [], function ($message) { $message->to('[email protected]') ->subject('EMAIL TESTE AUTOMÁTICO') ->setBody('CORPO DA MENSAGEM DE EMAIL…
-
1
votes2
answers200
viewsQ: How to send email without a view
All tutorials I think about, including the official documentation show how to send emails using views. How to send emails without any view? As a system routine automatically?
-
1
votes2
answers182
viewsQ: Object Life Time in PHP - How many Controller instances?
I have a controller that runs the index method for the main page. A button in profile information is called by a route that falls into the registration method. The instance that was executed when…
-
0
votes2
answers1077
viewsQ: Laravel Authentication Several Different User Types
I need direction guidance on how I will separate my authentications by user type... My application has 3 types of users, each with its own Dashboard and specific admin panel, adminGeral(eu),…
-
1
votes1
answer5291
viewsQ: Laravel Project Deploy by Git
I need to deploy an Laravel project installed on a dev pc on a Linux server. After downloading everything via Git, some folders are ignored by .gitignore. How do I run Composer to reinstall all…
-
0
votes2
answers142
viewsA: Saving report on disk in PDF
I solved with some parameters that were missing in several tutorials I found and other answers here in Stacko, I do not know why exactly in the guys worked and in my no, maybe it is something…
-
1
votes3
answers1866
viewsQ: Bringing Winform Window Forward
There are some parts of my application that need feedback from the user, such as asking if you want to update, or on the system activation screen, but sometimes these screens, or messagebox, are…
-
0
votes2
answers142
viewsQ: Saving report on disk in PDF
I took a legacy code here and I have no experience with Windowsforms. The case is, a report is generated and saved within a Printdocument type object. Then it seems that it populates another object,…
-
3
votes1
answer133
viewsQ: Bookmarks Specific Lines Visual Studio
Is it possible to place bookmarks on any line of code? style as Ides ta Inteliji? I took a legacy code here that has 12k lines a report class, I spend a lot of time finding the main methods, even…
-
0
votes1
answer694
viewsQ: Scrollbar in Windows Forms screen
It is possible to put scrollbar in a winforms to increase the amount of window content? Not just in one datagrid, but on the whole screen to include anything, like more buttons, text fields... The…
-
0
votes2
answers117
viewsA: Show source line author in Visual Studio (Git)
In VS 2015: Right click on code, source control, annotate this version! simple! https://stackoverflow.com/questions/25076311/how-to-show-git-blame-in-visual-studio-2013…
-
0
votes2
answers117
viewsQ: Show source line author in Visual Studio (Git)
How do you (shortcut) show the author of that line on the left side of the code lines, which Git provides?
-
10
votes1
answer658
viewsQ: What tools are available for C#project installers?
I’m having trouble finding a satisfactory installer solution for my Windows Forms and WPF applications. What Microsoft makes available is flexible or I’m not finding? What do you use? What do you…
-
0
votes3
answers2338
viewsA: Splash Screen loading with application
You must start the Thread Splash, which will appear on your screen immediately at the beginning of the application, and let the second Thread load the bank stops, at the end of the loading of…
-
3
votes1
answer2375
viewsQ: Doubt - Visual Studio Export/Import Project
I’m having problems importing projects into VS 2015. The project was done in an earlier version of the IDE and when I import it it doesn’t come with the components correctly added, needing to add…