Posts by ArthurUF • 21 points
4 posts
-
1
votes1
answer248
viewsQ: Laravel 5.1 access cookie generated in middleware before being redirected to view
In my application I have an authentication system with token_ and refreshtoken_ and I have a middleware to verify that the user is logged in and to renew their token_ if it is expired. After I renew…
-
1
votes0
answers85
viewsQ: Laravel (Blade) @lang in Vue components
Recently I started using Vuejs with Laravel and one of the first problems I faced was how to use the translations of Laravel (from the folder resource/lang ) in the Vue Components because in Blade…
-
0
votes0
answers140
viewsQ: Have you been in conflict with Bootstrap?
I am implemented Vuejs in an Laravel5.7 mine and I realized that this occurring apparently a conflict with almost all my Nav-tabs, because when I change tab in Nav-tabs, regardless of how many tabs…
-
0
votes0
answers241
viewsQ: Structuring Vue Components in Laravel
Hello I’m beginner with Vuejs and I’m trying to implement it in a project Laravel 5.7 my. I currently own a few Components and I’m about to create some more and I see that it’s kind of messy…