Posts by Herbeth Santana • 21 points
3 posts
-
1
votes2
answers1050
viewsA: Command to leave running Laravel 5.1
To get you to run a background command on linux there are several ways to do this, among them being the "nohup" command available on UNIX systems, it allows you to run program in a "disconnected"…
laravel-5answered Herbeth Santana 21 -
-2
votes1
answer123
viewsQ: Calculate value (R$) based on PHP time
I need to calculate the value of a service based on time. I managed to do this part, I will make the code available here. The problem is that I need to do the reverse, calculate the hours based on a…
-
0
votes1
answer104
viewsQ: How to reload an Angularjs Directive in the Controller?
Personal greetings, I am developing an app with login and I am using Angularjs, but I have a cruel doubt when logging in the user. It turns out that I am using the user menu via Directive, when the…