Posts by Victor Rajesh • 95 points
5 posts
-
2
votes1
answer197
viewsQ: Running Websocket directly in php class
I am starting now with websocket, I have developed a chat in Realtime using the Ratchet library, I would like if there is any way to initialize the websocket without running command from the…
phpasked Victor Rajesh 95 -
0
votes1
answer87
viewsQ: Loop problem with $stateChangeStart
Hello person I am creating an authentication system and check levels with Angularjs, I am using stateChangeStart to validate permissions in view. Only when I use $state.go('app.home'); it goes into…
-
1
votes0
answers128
viewsQ: Domain with www does not work
I did an Apache setup on Digital Ocean, only the domain only works without the www. Below is my configuration: <VirtualHost *:80> ServerAdmin [email protected] ServerName dominio.com…
-
6
votes2
answers1187
viewsQ: How to configure crontab to run URL, Linux Ubuntu command
I created 4 methods and I want to run them by accessing the link. I have already tested the methods and all are working normally, but I have tried several settings by crontab -e. I’ve tried to: 0 *…
-
0
votes0
answers813
viewsQ: How to build an Object with an Array inside, using Eloquent Laravel
Hello folks I need to build a array as follows for a plugin: var data = [{ "label": "Follows", "color": "#aad874", "data": [ ["Seg", 50], ["Ter", 84], ["Qua", 52], ["Qui", 88], ["Sex", 69], ["Sab",…