Hi Andre, I have a silly doubt. If i have to deploy a Laravel-Vue-SPA do I need a Node JS installed on the server even if i have my assets compiled on local machine ?
@namandhuri5 жыл бұрын
Hi Andre please make a video for JWT(json web token) how it's work in laravel application
@drehimself5 жыл бұрын
For sure!
@mansaha92885 жыл бұрын
And Google Sign-In either using vue or laravel?
@AhmadHassan-ss5un5 жыл бұрын
Thanks Andre I was looking for that kind of tutorial everywhere. ❤️❤️😍
@drehimself5 жыл бұрын
Thanks for watching!
@averytobias45543 жыл бұрын
InstaBlaster...
@SquarCoX4 жыл бұрын
Nice tutorial as always, Dre! Really enjoyed this package.
@asimiteni68045 жыл бұрын
What password gets setup for the user created from github? Github cant be sharing password so how does that work
@kamaljeetsingh00015 жыл бұрын
Hi, Andre how can i deploy this app on shared host if it's possible please tell me how
@saahiththiyanmathivathanan71355 жыл бұрын
exactly what i was searching for
@DuskTheHero4 жыл бұрын
Hey Andre I'm very new to Vue, Laravel, and javascript in general. I managed to get this running self hosted using XAMPP but when I try to update the Welcome.vue file to have the about page nothing shows up. Same thing with any other edits I try to make to the page. It's for sure connected because registering users adds them to my SQL database. Any help with this would be appreciated!
@davidespigolon81705 жыл бұрын
How can I add spatie/laravel-permission ?
@robywankenoby19685 жыл бұрын
Hi Andre very interesting video. Why are you using jwt for authentication and not passport?
@drehimself5 жыл бұрын
I didn't create this package. The author chose to use the jwt package.
@roldanrol554 жыл бұрын
Hi, i've error 404 in production server in home works but all another rute show 404. The root its home/www/myuser/laravel and nginx server
@mihaiandrei31444 жыл бұрын
Do you have any more videos about this package? Or will you make?
@snowfox60805 жыл бұрын
nice love it, what about adding NUXT into it ? btw why you chose JWT insted of Laravel Passport ?
@nemnoton5 жыл бұрын
When you fetch User:all() , does it also return users that are not from the users table(?), but taken from github or some socialite app if logged in? Or does there have to exist a corresponding user in the users table for the github login to work? I thought you only got 1 user first, then you got two. I haven't gotten into socialte yet.. Interesting the way you required files using "require.context" (3:01) I had to google that, seems interesting.
@47Lancelot5 жыл бұрын
Users table just has additional column like “github_nickname” which is nullable
@newprogrammer18115 жыл бұрын
hello sir what is the industry standard, use vue-cli separate from laravel? or use vue inside laravel?
@drehimself5 жыл бұрын
I'm not sure what the standard is, I guess it depends on the project. There are pros and cons to both ways. Some people might find this single repo approach simpler while others might prefer totally separate repos.
@manojmishra38895 жыл бұрын
@@drehimself Hi Andre, Thanks for your good work and knowledge sharing. Do you have some good example like this for separate repo project also?
@juniorhernandezq43335 жыл бұрын
Hi can I use this begining project for an scalable and big project in laravel?? Where can I use the Articles component or Post Component??
@drehimself5 жыл бұрын
Yes, this package is meant to be a starting point and you would just build on top of it with your own app logic.
@lserranoit4 жыл бұрын
André for the 35$ I have access only to this course?
@permanar_5 жыл бұрын
Sorry this must be a very very basic and stupid question but, how do I get that custom domain like yours based on the projects name (I guess)?
@jecoy94133 жыл бұрын
Hi, thanks for this amazing tutorial, there is just a problem for me, i get error using mix() telling me that it cannot found the app.js and app.css so i changed it to asset() and now it solves the not found error but it reloads the window over and over again and it is not stopping.
@VanPetersonKpoti5 жыл бұрын
I was looking forward to this tutorial Thank you for your dedication and knowledge sharing Blessed be you
@drehimself5 жыл бұрын
Thanks for watching!
@SuperBatiskaf5 жыл бұрын
Cool. How to debug this client app in Browser? Let's say I want to fix some component or middleware, what I need to do for debugging all these methods? When I try to debug it on your website - it's not so easy to understand how it was packed in the final js, but even if you able to locate the needed method - my browser just crashed on breakpoint. I so liked to develop AngularJS v1.8 because the code works in the browser even before packing, and now it's not so easy to do.
@CretuEusebiu5 жыл бұрын
Thanks for sharing the project!
@waqasbelushi4 жыл бұрын
can you please make a video for this Laravel-Vue SPA Admin & User Roles Thank's
@vemirxachatryan83714 жыл бұрын
dude pls make video for this Laravel-vue-spa
@ahmadhassan8075 жыл бұрын
Are you using materialize dark theme???
@AldiThe5 жыл бұрын
this not use blade.php? only direct to vue file?
@behzodjon5 жыл бұрын
Thank you!Andre!!!!!These are best laravel teaching videos!!!!!!!!!!!!!!!!!!!!
@juniorhernandezq43335 жыл бұрын
Can I use this project with Vuetify??
@drehimself5 жыл бұрын
Should work fine with Vuetify
@sheikh20may5 жыл бұрын
@@drehimself please tell how implement Vuetify
@47Lancelot5 жыл бұрын
So you’ve made standard authentication work fine with vue route? I hope you will include this in your course
@drehimself5 жыл бұрын
It's included in the package using the typmon/jwt library.
@47Lancelot5 жыл бұрын
Andre Madarang great, but as a newb I am unable to include this library myself, because of lack of overall understanding
@aljondequito81975 жыл бұрын
I have question, can I deploy completely separate vue.js as front end and laravel as my backend, or is this the best practice or not?
@Andbil5 жыл бұрын
You can have a laravel API seperate from a vue project (or nuxt which I highly recommend). You have to do more work to account for the jwt and the authentication and security in general but it's easy enough to figure out.
@jerryjeremy40385 жыл бұрын
Thank you! One question, how do I use tailwind instead of bootstrap in that project?
@mtzrmzia5 жыл бұрын
and what if instead bootstrap i want tailwindCSS?
@DeepakChaudhary-pz9rx4 жыл бұрын
how to install vuetify in this project can u make one video on that?
@joshuavillena35175 жыл бұрын
Please master make a video with JWT in Laravel 6.2
@hameedhussain83905 жыл бұрын
Good Job and Thank you. I made some changes in the about page and it is affecting only when we do a hard refresh. Is it correct?
@agarnoakanoa54165 жыл бұрын
buen video mi estimado. saludos. intente probar todo bien. pero cuando queria activar el " verificacion de email " no funciona. descomente use Illuminate\Contracts\Auth\MustVerifyEmail; //, MustVerifyEmail en mi App\user y configure mi .env las datos en MAIL_* .. cuando intento registrarme me sale un error y no ingresa. pero cuando veo en mi base de datos si guardo. intente un login y no me deja. Ayudame porfa vor.
@SingenDrake815 жыл бұрын
I reckon you should launch your course before its done, and backfill the remainder of screencasts, later.
@drehimself5 жыл бұрын
I thought about this too. If the content is taking too long to record/complete, I'll launch it with whatever I have, then add more content later. It's going to be a one-time payment (NOT subscription) so I'd feel bad if I launched and it wasn't "complete"
@routeman88365 жыл бұрын
Why you doesn't use typescript?
@insanprasetyo22654 жыл бұрын
Please show me how to disable localization
@ruslanshadaev22935 жыл бұрын
Thank you! But I want to know, is it normal that JSON data shows up in console everytime I fetch it? Like user information etc.
@drehimself5 жыл бұрын
No, that was just an example to show how to interact with the Laravel backend.
@ruslanshadaev22935 жыл бұрын
@@drehimself but, how should I hide these data and use it in the page at the same moment? Actually I talk not about console, but about Network tab. When I refresh my page User data shows up
@drehimself5 жыл бұрын
@@ruslanshadaev2293 Just make sure the API endpoints you expose do not leak any other info that does not belong to the logged in user.
@ruslanshadaev22935 жыл бұрын
@@drehimself ok, thanks a lot!
@Laflamablanca9695 жыл бұрын
Does your premium course use vuetify?
@manuelregidor60255 жыл бұрын
Awesome! It would be server render? Some projects requires SEO. Maybe would be nice with nuxt
@drehimself5 жыл бұрын
No server side rendering. Definitely make use of Nuxt if you need that (or just stick with a server rendered Laravel app)
@manuelregidor60255 жыл бұрын
@@drehimself Could you tech how to Nuxt + laravel as API?
@ProgrammingwithPeter5 жыл бұрын
Looking interesting, vue and laravel forever?!
@drehimself5 жыл бұрын
Thanks for watching!
@Viralplace5 жыл бұрын
Can I upload an Spa app on the play store or apple store ?
@THASMOHAMED5 жыл бұрын
Viralplace try PWA
@ahmedbouchboua74495 жыл бұрын
thank you so much please i want to use rtl css in this project you can give me an idea
@SquarCoX4 жыл бұрын
try rtlcss framework. it should do the job well
@AngelinCalu5 жыл бұрын
My only concern would be this: github.com/tymondesigns/jwt-auth/issues Would love to see an alternative boilerplate / repository using Laravel Passport instead.
@lucianrusu70334 жыл бұрын
Not working for me
@newprogrammer18115 жыл бұрын
what is the $t() ?
@drehimself5 жыл бұрын
That's for i18n translations. Allows you to have multiple language files. I believe it's short for "translation".
@MikeNugget5 жыл бұрын
You forgot to put a favicon on usefullaravelpackages (:
@drehimself5 жыл бұрын
Haha yeah, I never created a favicon for it. I'll make something simple and make a favicon :)