Websockets in Laravel - Part 1: Configuring Laravel for Websockets

  Рет қаралды 66,062

DevMarketer

DevMarketer

Күн бұрын

Пікірлер: 83
@agil-j4n
@agil-j4n 6 жыл бұрын
you are the grace of self-learners. I don't even know if I deserve you. Amazing job. Looking forward to see your new just like justice league waited for super-man :P
@DerkJanSpeelman
@DerkJanSpeelman 6 жыл бұрын
Your videos are getting better everytime. Keep it up man. I love the fact that you take the time and effort to make this for others.
@ephsonguakro4583
@ephsonguakro4583 6 жыл бұрын
I tried this once unsuccessfully, but seriously man... thanks for your clarification especially "part_0" you did a real number on that one. Thanks.
@QiroLab
@QiroLab 6 жыл бұрын
Nice tutorial, You have explained websockets in an easy way. Nice work.
@mianz167
@mianz167 4 жыл бұрын
Best tutorial and instructor on this topic. Keep up the good work.
@JimAtsup
@JimAtsup 4 жыл бұрын
You've done it well. Keep it up.. one of your fan subscriber
@apoorvagrawal1267
@apoorvagrawal1267 6 жыл бұрын
Sir you re really awesome in your teaching approach.
@FlameLight
@FlameLight 5 жыл бұрын
Dude i love your Laravel series
@ivikiiii3169
@ivikiiii3169 10 ай бұрын
I was really excited when I found this tutorial thinking it was perfect for my current project. But it's kinda outdated as of now. I'm sorry but can you please make an updated version of this tutorial? that would really really useful. thanks!!
@arunmadathil2825
@arunmadathil2825 6 жыл бұрын
All your tutorials are awesome and indeed one...thanks
@erez7020
@erez7020 5 жыл бұрын
You have the most amazing video opening, excited to start this repo! thanks for this.
@two-zero
@two-zero 3 жыл бұрын
Thank you again DevMarketer, very clear and concise. :)
@nicolasdiaz4187
@nicolasdiaz4187 4 жыл бұрын
So i need a special field on my table users with tokens to use pusher? I mean this tokens are different from those used by laravel auth? If so, how do i generate those tockens?
@codeology1
@codeology1 6 жыл бұрын
Huge thumbs up 👍 for the professional man
@sandroluder5522
@sandroluder5522 4 жыл бұрын
Nice Tutorial, many thanks. i am working on a microservice with laravel lumen and need to broadcast events using pusher, when something is stored in the DB. the problem is, nothing is broadcasted... how do I solve the problem with the queue and the csrf token?
@sunsopheary
@sunsopheary 3 жыл бұрын
Thank you so much for your great websocket video. I followed your video and everything works on my local development machine (WAMP). But unfortunately, it does not work on my production machine (LEMP). I was wondering if you could help us with a paid service to solve the issue.
@iamarsalan332
@iamarsalan332 6 жыл бұрын
In .env file QUEUE_DRIVER set to sync but I need it to set it database because I use queue jobs for this we need to set it to database but when I set it to database it does not work
@jtech04
@jtech04 2 жыл бұрын
Hey mentor, which version of laravel is this? Can we use this tutorial with laravel 9?
@bonaventureokoli7988
@bonaventureokoli7988 4 жыл бұрын
Hey rename this series videos and add vue js prominently to the titles, to get much more hits this tutorial is truly amazing.
@humza5107
@humza5107 6 жыл бұрын
when i run seed command it says "Base table or view not found: 1146 Table 'echo.users' doesn't exist" ?
@reviewsatumenit
@reviewsatumenit 5 жыл бұрын
good a tutorial, i got a problem "cannot get property undefined 'channel' " i try many way but its the same problem. i think something wrong with my laravel echo installation. but idk where is it. Please if you have a sugest. thanks.
@yonann7899
@yonann7899 5 жыл бұрын
what command I need to use for window inviroment instead of this command (npm install dev)
@Mr0ussama
@Mr0ussama 6 жыл бұрын
i learn a lot form u tnx for ur tutorials
@steveskye5989
@steveskye5989 4 жыл бұрын
Thanks for the great video !
@aldrinjohnencina6153
@aldrinjohnencina6153 6 ай бұрын
thank you for your tutorial
@Chronos123
@Chronos123 6 жыл бұрын
In Pager.com i can see it send the message, but my laravel project never receives the message. What is the problem?
@katerinakaracanova6024
@katerinakaracanova6024 5 жыл бұрын
Can we trigger an event on session timeout?
@razinkebede1260
@razinkebede1260 5 жыл бұрын
this was a great tutorial brother thanks
@haytayan
@haytayan 5 жыл бұрын
extremly clearly explain.! thanks
@brainenergy4663
@brainenergy4663 6 жыл бұрын
I cannot find this class => App\Providers\BroadcastServiceProvider::class, please help me how to show this
@goth14wx47
@goth14wx47 6 жыл бұрын
but what i need to install if i dont want to clone the whole project?
@ephsonguakro4583
@ephsonguakro4583 6 жыл бұрын
To do away with migration issues, here is a fix for the new laravel. In your AppServiceProvider boot method, try adding Schema::defaultStringLength(191); Best sure to import Illuminate\Support\Facades\Schema at the top of the service provider.
@foodrunner-fooddelivery8311
@foodrunner-fooddelivery8311 5 жыл бұрын
Can you please add a video of adding amazon queue service?
@dipayansengupta5197
@dipayansengupta5197 5 жыл бұрын
got this error , inatalling webpack "Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead "
@dipayansengupta5197
@dipayansengupta5197 5 жыл бұрын
npm uninstall mini-css-extract-plugin , and use webpack 3.1.2 , this should done the job and install webpack-cli :)
@bernardchisumo4054
@bernardchisumo4054 6 жыл бұрын
Hi Every one can sone help please -> npm WARN invalid config loglevel="notice"
@amlannandy8431
@amlannandy8431 4 жыл бұрын
can you please mention how can i connect laravel websocket from android app. please mention steps
@Dipenparmar12
@Dipenparmar12 4 жыл бұрын
FYI: Part 1: Configuring Laravel For Websockets (Written Tutorial) LInk is broken ( Page not found error)
@KangJangkrik
@KangJangkrik 4 жыл бұрын
Yes it's confirmed broken
@DerkJanSpeelman
@DerkJanSpeelman 6 жыл бұрын
I did had some problems: got a lot of rollbackFailedOptional: errors. Updated npm globally and finally resolved automatically I guess. Than I got this warning: "ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0" so I need to ran: "npm i ajv" and then I needed to ran "npm audit fix".....
@wasaviAr
@wasaviAr 6 жыл бұрын
Great video!! Thanks!!!!
@RichardOpokuEngineer
@RichardOpokuEngineer 6 жыл бұрын
Is it possible to do similar with Lumen?
@jonathanengwall2777
@jonathanengwall2777 6 жыл бұрын
You should try this with a fresh install. It seems to me that practically nothing works.
@Tsukasa1929
@Tsukasa1929 6 жыл бұрын
hey nice tutorials they really help and the way you teach is really easy thanks, btw which plugin you use to changue the colors of folder when a new file is created /update/open?
@hazemabdelalim9564
@hazemabdelalim9564 6 жыл бұрын
i wanna make my own websocket server any ideas ?
@perfectwebsolutions
@perfectwebsolutions 6 жыл бұрын
Good Tutorial, and good explanation haven't you checked the new laravel 5.6 yet?
@JacurtisTutorials
@JacurtisTutorials 6 жыл бұрын
Yes, there is a small update to websockets in 5.6 which we will talk about in a future video, but other than that, the new features are pretty minor. I do not plan on doing a "whats new in laravel 5.6 series" this time.
@jiyaaddolly894
@jiyaaddolly894 6 жыл бұрын
The written tutorial link seems broken
@chiangraisoftware7214
@chiangraisoftware7214 6 жыл бұрын
I have problem POST localhost:8000/broadcasting/auth 403 (Forbidden)
@jimread4099
@jimread4099 4 жыл бұрын
11:45 start with sockets
@gustavosooeiro
@gustavosooeiro 6 жыл бұрын
Your tutorial is awesome!! But I had (have) a doubt at the moment a saw the need of Pusher. Is this solution would be the same as if I needed to include a Nodejs server, to serve websockets? I mean, is there a solution using only Laravel to get that done?
@djebirihamza1098
@djebirihamza1098 6 жыл бұрын
hey , thank's for this video i'd like to ask you somthing , wath is the the difference between SPAs ( like vuejs ) and Real Time application !? and can i mix vue-socket with laravel or i should learn laravel-socket ( as we see in your video ) thank's a lot ^^
@irfanullahshakir3568
@irfanullahshakir3568 5 жыл бұрын
superb!
@iandaleblanco2799
@iandaleblanco2799 6 жыл бұрын
Please help me. I am getting this error Class 'Pusher\Pusher' not found
@iandaleblanco2799
@iandaleblanco2799 6 жыл бұрын
this happens when I change my BROADCAST_DRIVER to pusher. I'm new at this so please be patient and help me :(
@vienzent
@vienzent 6 жыл бұрын
you need to install pusher sdk > composer require pusher/pusher-php-server
@adelabuelezz946
@adelabuelezz946 6 жыл бұрын
i want to make this without pusher how about this ?
@BlastedAsh
@BlastedAsh 6 жыл бұрын
Search for Laravel Websockets package
@timothykamau3080
@timothykamau3080 6 жыл бұрын
Nice tutorial. what happened to ADVANCED BLOG AND CMS?
@UnchartedWorlds
@UnchartedWorlds 6 жыл бұрын
this is much better, if you know any laravel at all you can finish cms thing your self, but this stuff is more interesting...
@agil-j4n
@agil-j4n 6 жыл бұрын
Well yeah I'm agree with @Nermion , I appreciate these stuff. It's harder to learn it from documentation.
@shakirmemon177
@shakirmemon177 2 жыл бұрын
please provide the github code with latest laravel update
@atulgvlogs
@atulgvlogs 5 жыл бұрын
whats your text editor name
@rahulshakya2517
@rahulshakya2517 5 жыл бұрын
npm node sass problem
@someone-jq3lc
@someone-jq3lc 6 жыл бұрын
yarn and npm : command not found
@cleverdeveloper1042
@cleverdeveloper1042 6 жыл бұрын
You need to install node js if you want to use npm
@aswadali5139
@aswadali5139 Жыл бұрын
I tried your code from Git Hub. Sorry to say but that was so outdated. Almost everything is deprecated and so messed up. Kindly try to make another code or course.
@denemedeneme6403
@denemedeneme6403 6 жыл бұрын
Jac, why don't you trying to upload a course to udemy about laravel from scratch to advance with real production project? I'll definitely buy it.
@valdisdravnieks7116
@valdisdravnieks7116 5 жыл бұрын
Written tutorial resources in Part 1: Configuring Laravel For Websockets (Written Tutorial) is broken. Getting 404 there. Thanks for the video tutorial though.
@apoorvagrawal1267
@apoorvagrawal1267 6 жыл бұрын
Sir you are so good at teaching why don't you start making Udemy courses.
@koxperkoxp9060
@koxperkoxp9060 5 жыл бұрын
Are you serious ? pusher is not free if you reach over 100 connection you must pay to pusher . What we'll doing with that?
@justtlenin
@justtlenin 6 жыл бұрын
please make a web socket video using socket.io
@anwarhamoude2637
@anwarhamoude2637 5 жыл бұрын
Heads up for MySQL 8 'NO_AUTO_CREATE_USER' --> config / database.php 'mysql ' => .... 'modes' => [ 'ONLY_FULL_GROUP_BY', 'STRICT_TRANS_TABLES', 'NO_ZERO_IN_DATE', 'NO_ZERO_DATE', 'ERROR_FOR_DIVISION_BY_ZERO', 'NO_ENGINE_SUBSTITUTION', ],
@Nikrocks008
@Nikrocks008 3 жыл бұрын
Misleading thumbnail. You have socket.io on the thumbnail but are using pusher. Everyone does pusher tutorials and i was happy on the thought that you were going to do socket.io with laravel instead but i am disappointed.
@motomono
@motomono 6 жыл бұрын
Please, don’t do what you are going to do. Do it! It’s so hard to wait
@leonardoalfonso657
@leonardoalfonso657 6 жыл бұрын
pusher have many limitations, is better a tutorial with node and socket.io
Websockets in Laravel - Part 2: Setting up Comments API & AJAX
47:24
How To Use Broadcasting In Laravel | What is Broadcasting in Laravel?
21:28
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Don't Use Websockets (Until You Try This…)
6:46
Code With Ryan
Рет қаралды 327 М.
Websockets in Laravel: Part 0 - What are Websockets?
14:28
DevMarketer
Рет қаралды 38 М.
I tried 8 different Postgres ORMs
9:46
Beyond Fireship
Рет қаралды 443 М.
Using Subdomain in Laravel for Staging, Beta, and Live Servers
28:49
Real-Time Chat with Laravel, Vue.js & Pusher
1:09:33
Scrypster
Рет қаралды 92 М.
Faulty Ubiquiti POE Network Switch | Can I Fix It?
31:22
Buy it Fix it
Рет қаралды 36 М.
Websockets in Laravel - Part 3: Handling Socket Server Events
40:38
The Pros and Cons of Laravel Livewire
20:16
Josh Cirre
Рет қаралды 10 М.
Junior Code Review: Laravel Routes, Middleware, Validation and more
19:57
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН