Laravel Vue SPA

  Рет қаралды 63,796

Andre Madarang

Andre Madarang

Күн бұрын

Пікірлер: 90
@milkeshpotdar5451
@milkeshpotdar5451 4 жыл бұрын
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 ?
@namandhuri
@namandhuri 5 жыл бұрын
Hi Andre please make a video for JWT(json web token) how it's work in laravel application
@drehimself
@drehimself 5 жыл бұрын
For sure!
@mansaha9288
@mansaha9288 5 жыл бұрын
And Google Sign-In either using vue or laravel?
@AhmadHassan-ss5un
@AhmadHassan-ss5un 5 жыл бұрын
Thanks Andre I was looking for that kind of tutorial everywhere. ❤️❤️😍
@drehimself
@drehimself 5 жыл бұрын
Thanks for watching!
@averytobias4554
@averytobias4554 3 жыл бұрын
InstaBlaster...
@SquarCoX
@SquarCoX 4 жыл бұрын
Nice tutorial as always, Dre! Really enjoyed this package.
@asimiteni6804
@asimiteni6804 5 жыл бұрын
What password gets setup for the user created from github? Github cant be sharing password so how does that work
@kamaljeetsingh0001
@kamaljeetsingh0001 5 жыл бұрын
Hi, Andre how can i deploy this app on shared host if it's possible please tell me how
@saahiththiyanmathivathanan7135
@saahiththiyanmathivathanan7135 5 жыл бұрын
exactly what i was searching for
@DuskTheHero
@DuskTheHero 4 жыл бұрын
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!
@davidespigolon8170
@davidespigolon8170 5 жыл бұрын
How can I add spatie/laravel-permission ?
@robywankenoby1968
@robywankenoby1968 5 жыл бұрын
Hi Andre very interesting video. Why are you using jwt for authentication and not passport?
@drehimself
@drehimself 5 жыл бұрын
I didn't create this package. The author chose to use the jwt package.
@roldanrol55
@roldanrol55 4 жыл бұрын
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
@mihaiandrei3144
@mihaiandrei3144 4 жыл бұрын
Do you have any more videos about this package? Or will you make?
@snowfox6080
@snowfox6080 5 жыл бұрын
nice love it, what about adding NUXT into it ? btw why you chose JWT insted of Laravel Passport ?
@nemnoton
@nemnoton 5 жыл бұрын
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.
@47Lancelot
@47Lancelot 5 жыл бұрын
Users table just has additional column like “github_nickname” which is nullable
@newprogrammer1811
@newprogrammer1811 5 жыл бұрын
hello sir what is the industry standard, use vue-cli separate from laravel? or use vue inside laravel?
@drehimself
@drehimself 5 жыл бұрын
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.
@manojmishra3889
@manojmishra3889 5 жыл бұрын
@@drehimself Hi Andre, Thanks for your good work and knowledge sharing. Do you have some good example like this for separate repo project also?
@juniorhernandezq4333
@juniorhernandezq4333 5 жыл бұрын
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??
@drehimself
@drehimself 5 жыл бұрын
Yes, this package is meant to be a starting point and you would just build on top of it with your own app logic.
@lserranoit
@lserranoit 4 жыл бұрын
André for the 35$ I have access only to this course?
@permanar_
@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)?
@jecoy9413
@jecoy9413 3 жыл бұрын
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.
@VanPetersonKpoti
@VanPetersonKpoti 5 жыл бұрын
I was looking forward to this tutorial Thank you for your dedication and knowledge sharing Blessed be you
@drehimself
@drehimself 5 жыл бұрын
Thanks for watching!
@SuperBatiskaf
@SuperBatiskaf 5 жыл бұрын
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.
@CretuEusebiu
@CretuEusebiu 5 жыл бұрын
Thanks for sharing the project!
@waqasbelushi
@waqasbelushi 4 жыл бұрын
can you please make a video for this Laravel-Vue SPA Admin & User Roles Thank's
@vemirxachatryan8371
@vemirxachatryan8371 4 жыл бұрын
dude pls make video for this Laravel-vue-spa
@ahmadhassan807
@ahmadhassan807 5 жыл бұрын
Are you using materialize dark theme???
@AldiThe
@AldiThe 5 жыл бұрын
this not use blade.php? only direct to vue file?
@behzodjon
@behzodjon 5 жыл бұрын
Thank you!Andre!!!!!These are best laravel teaching videos!!!!!!!!!!!!!!!!!!!!
@juniorhernandezq4333
@juniorhernandezq4333 5 жыл бұрын
Can I use this project with Vuetify??
@drehimself
@drehimself 5 жыл бұрын
Should work fine with Vuetify
@sheikh20may
@sheikh20may 5 жыл бұрын
@@drehimself please tell how implement Vuetify
@47Lancelot
@47Lancelot 5 жыл бұрын
So you’ve made standard authentication work fine with vue route? I hope you will include this in your course
@drehimself
@drehimself 5 жыл бұрын
It's included in the package using the typmon/jwt library.
@47Lancelot
@47Lancelot 5 жыл бұрын
Andre Madarang great, but as a newb I am unable to include this library myself, because of lack of overall understanding
@aljondequito8197
@aljondequito8197 5 жыл бұрын
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?
@Andbil
@Andbil 5 жыл бұрын
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.
@jerryjeremy4038
@jerryjeremy4038 5 жыл бұрын
Thank you! One question, how do I use tailwind instead of bootstrap in that project?
@mtzrmzia
@mtzrmzia 5 жыл бұрын
and what if instead bootstrap i want tailwindCSS?
@DeepakChaudhary-pz9rx
@DeepakChaudhary-pz9rx 4 жыл бұрын
how to install vuetify in this project can u make one video on that?
@joshuavillena3517
@joshuavillena3517 5 жыл бұрын
Please master make a video with JWT in Laravel 6.2
@hameedhussain8390
@hameedhussain8390 5 жыл бұрын
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?
@agarnoakanoa5416
@agarnoakanoa5416 5 жыл бұрын
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.
@SingenDrake81
@SingenDrake81 5 жыл бұрын
I reckon you should launch your course before its done, and backfill the remainder of screencasts, later.
@drehimself
@drehimself 5 жыл бұрын
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"
@routeman8836
@routeman8836 5 жыл бұрын
Why you doesn't use typescript?
@insanprasetyo2265
@insanprasetyo2265 4 жыл бұрын
Please show me how to disable localization
@ruslanshadaev2293
@ruslanshadaev2293 5 жыл бұрын
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.
@drehimself
@drehimself 5 жыл бұрын
No, that was just an example to show how to interact with the Laravel backend.
@ruslanshadaev2293
@ruslanshadaev2293 5 жыл бұрын
@@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
@drehimself
@drehimself 5 жыл бұрын
@@ruslanshadaev2293 Just make sure the API endpoints you expose do not leak any other info that does not belong to the logged in user.
@ruslanshadaev2293
@ruslanshadaev2293 5 жыл бұрын
@@drehimself ok, thanks a lot!
@Laflamablanca969
@Laflamablanca969 5 жыл бұрын
Does your premium course use vuetify?
@manuelregidor6025
@manuelregidor6025 5 жыл бұрын
Awesome! It would be server render? Some projects requires SEO. Maybe would be nice with nuxt
@drehimself
@drehimself 5 жыл бұрын
No server side rendering. Definitely make use of Nuxt if you need that (or just stick with a server rendered Laravel app)
@manuelregidor6025
@manuelregidor6025 5 жыл бұрын
@@drehimself Could you tech how to Nuxt + laravel as API?
@ProgrammingwithPeter
@ProgrammingwithPeter 5 жыл бұрын
Looking interesting, vue and laravel forever?!
@drehimself
@drehimself 5 жыл бұрын
Thanks for watching!
@Viralplace
@Viralplace 5 жыл бұрын
Can I upload an Spa app on the play store or apple store ?
@THASMOHAMED
@THASMOHAMED 5 жыл бұрын
Viralplace try PWA
@ahmedbouchboua7449
@ahmedbouchboua7449 5 жыл бұрын
thank you so much please i want to use rtl css in this project you can give me an idea
@SquarCoX
@SquarCoX 4 жыл бұрын
try rtlcss framework. it should do the job well
@AngelinCalu
@AngelinCalu 5 жыл бұрын
My only concern would be this: github.com/tymondesigns/jwt-auth/issues Would love to see an alternative boilerplate / repository using Laravel Passport instead.
@lucianrusu7033
@lucianrusu7033 4 жыл бұрын
Not working for me
@newprogrammer1811
@newprogrammer1811 5 жыл бұрын
what is the $t() ?
@drehimself
@drehimself 5 жыл бұрын
That's for i18n translations. Allows you to have multiple language files. I believe it's short for "translation".
@MikeNugget
@MikeNugget 5 жыл бұрын
You forgot to put a favicon on usefullaravelpackages (:
@drehimself
@drehimself 5 жыл бұрын
Haha yeah, I never created a favicon for it. I'll make something simple and make a favicon :)
@obaaa8
@obaaa8 5 жыл бұрын
Very beautiful, thank you. Where's goodbye?
@davidespigolon8170
@davidespigolon8170 5 жыл бұрын
You are a genius
@Vlad-em1bx
@Vlad-em1bx 5 жыл бұрын
thanks. great job
@jhoanborges6574
@jhoanborges6574 5 жыл бұрын
Great videos.
@drehimself
@drehimself 5 жыл бұрын
Thanks for watching!
@MasjumDotKom
@MasjumDotKom 4 жыл бұрын
Good Job, thank you,
@alexey1521
@alexey1521 4 жыл бұрын
Dont work in homestead.
@aniketsolanki3246
@aniketsolanki3246 5 жыл бұрын
Increase Your Voice :(
@MikeNugget
@MikeNugget 5 жыл бұрын
I like this voice
@JhonasVe
@JhonasVe 5 жыл бұрын
@@MikeNugget me too, is so calm and clear :D
@MegaObka
@MegaObka 5 жыл бұрын
Why is your voice so low? Are you always sleepy?
Setup Laravel with Vue and Vuetify
14:02
Scrypster
Рет қаралды 46 М.
Wink - Laravel based Publishing Platform
15:51
Andre Madarang
Рет қаралды 28 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
HTMX in Laravel - AJAX calls with HTML
29:09
Andre Madarang
Рет қаралды 16 М.
Should You Switch from Laravel-only to Vue+SPA?
11:45
Laravel Daily
Рет қаралды 41 М.
Laravel Vue SPA: Roles and Permissions
7:42
Laravel Daily
Рет қаралды 54 М.
Laravel SweetAlert
11:43
Andre Madarang
Рет қаралды 49 М.
This AI Robot Is Doing the Impossible - Unitree x ElizaWakesUp
9:30
AI Revolution
Рет қаралды 119 М.
How to Install VUE JS in Laravel Project
8:28
Web Tech Knowledge
Рет қаралды 4,3 М.
Laravel Pulse - Insights and Application Performance
19:41
Andre Madarang
Рет қаралды 10 М.
From Laravel Blade to Vue.js + API [Live-coding Example]
22:28
Laravel Daily
Рет қаралды 169 М.
Laravel Comments
17:13
Andre Madarang
Рет қаралды 40 М.
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН