Posts by Jaelson Santos • 13 points
2 posts
-
0
votes2
answers714
viewsA: Return relationship data and generate PDF in Laravel/Dompdf
Try it this way, I think it solves your problem: return PDF::loadView('viewpdf.index', compact('data', 'alunos'))->stream();
-
1
votes1
answer119
viewsQ: Push failure - Android Studio 3.0
I upgraded my Android Studio to version 3.0, but now that I’ve made the push in my app, he presented the following error, I have tried in every way and I cannot effect such action: Unable to access…