Posts by Rodolfo Almeida • 36 points
3 posts
-
1
votes0
answers41
viewsQ: How to Debug Laravel 5.2 on MAC using X-Debug?
I’ve tried everything and so far I can’t debug Laravel 5.2 on MAC any light?
-
0
votes0
answers45
viewsQ: Error while trying to redirect . htaccess to a sub folder in Laravel 5.2
I am using my Laravel 5.2 application in a wwww.com/application subfolder/ but I would not like "/public/" to be in the front, I am using it as follows in . htaccess <IfModule mod_rewrite.c>…
htaccessasked Rodolfo Almeida 36 -
1
votes1
answer296
viewsA: Handle Firebase data in controller with angular 1
You have loaded an object from the "$firebaseObjec" it returns a Javascript object that contains the Firebase data with some additional and specific Angularfire fields, this object may not be…