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
@DerkJanSpeelman6 жыл бұрын
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.
@ephsonguakro45836 жыл бұрын
I tried this once unsuccessfully, but seriously man... thanks for your clarification especially "part_0" you did a real number on that one. Thanks.
@QiroLab6 жыл бұрын
Nice tutorial, You have explained websockets in an easy way. Nice work.
@mianz1674 жыл бұрын
Best tutorial and instructor on this topic. Keep up the good work.
@JimAtsup4 жыл бұрын
You've done it well. Keep it up.. one of your fan subscriber
@apoorvagrawal12676 жыл бұрын
Sir you re really awesome in your teaching approach.
@FlameLight5 жыл бұрын
Dude i love your Laravel series
@ivikiiii316910 ай бұрын
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!!
@arunmadathil28256 жыл бұрын
All your tutorials are awesome and indeed one...thanks
@erez70205 жыл бұрын
You have the most amazing video opening, excited to start this repo! thanks for this.
@two-zero3 жыл бұрын
Thank you again DevMarketer, very clear and concise. :)
@nicolasdiaz41874 жыл бұрын
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?
@codeology16 жыл бұрын
Huge thumbs up 👍 for the professional man
@sandroluder55224 жыл бұрын
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?
@sunsopheary3 жыл бұрын
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.
@iamarsalan3326 жыл бұрын
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
@jtech042 жыл бұрын
Hey mentor, which version of laravel is this? Can we use this tutorial with laravel 9?
@bonaventureokoli79884 жыл бұрын
Hey rename this series videos and add vue js prominently to the titles, to get much more hits this tutorial is truly amazing.
@humza51076 жыл бұрын
when i run seed command it says "Base table or view not found: 1146 Table 'echo.users' doesn't exist" ?
@reviewsatumenit5 жыл бұрын
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.
@yonann78995 жыл бұрын
what command I need to use for window inviroment instead of this command (npm install dev)
@Mr0ussama6 жыл бұрын
i learn a lot form u tnx for ur tutorials
@steveskye59894 жыл бұрын
Thanks for the great video !
@aldrinjohnencina61536 ай бұрын
thank you for your tutorial
@Chronos1236 жыл бұрын
In Pager.com i can see it send the message, but my laravel project never receives the message. What is the problem?
@katerinakaracanova60245 жыл бұрын
Can we trigger an event on session timeout?
@razinkebede12605 жыл бұрын
this was a great tutorial brother thanks
@haytayan5 жыл бұрын
extremly clearly explain.! thanks
@brainenergy46636 жыл бұрын
I cannot find this class => App\Providers\BroadcastServiceProvider::class, please help me how to show this
@goth14wx476 жыл бұрын
but what i need to install if i dont want to clone the whole project?
@ephsonguakro45836 жыл бұрын
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-fooddelivery83115 жыл бұрын
Can you please add a video of adding amazon queue service?
@dipayansengupta51975 жыл бұрын
got this error , inatalling webpack "Error: Chunk.entrypoints: Use Chunks.groupsIterable and filter by instanceof Entrypoint instead "
@dipayansengupta51975 жыл бұрын
npm uninstall mini-css-extract-plugin , and use webpack 3.1.2 , this should done the job and install webpack-cli :)
@bernardchisumo40546 жыл бұрын
Hi Every one can sone help please -> npm WARN invalid config loglevel="notice"
@amlannandy84314 жыл бұрын
can you please mention how can i connect laravel websocket from android app. please mention steps
@Dipenparmar124 жыл бұрын
FYI: Part 1: Configuring Laravel For Websockets (Written Tutorial) LInk is broken ( Page not found error)
@KangJangkrik4 жыл бұрын
Yes it's confirmed broken
@DerkJanSpeelman6 жыл бұрын
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".....
@wasaviAr6 жыл бұрын
Great video!! Thanks!!!!
@RichardOpokuEngineer6 жыл бұрын
Is it possible to do similar with Lumen?
@jonathanengwall27776 жыл бұрын
You should try this with a fresh install. It seems to me that practically nothing works.
@Tsukasa19296 жыл бұрын
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?
@hazemabdelalim95646 жыл бұрын
i wanna make my own websocket server any ideas ?
@perfectwebsolutions6 жыл бұрын
Good Tutorial, and good explanation haven't you checked the new laravel 5.6 yet?
@JacurtisTutorials6 жыл бұрын
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.
@jiyaaddolly8946 жыл бұрын
The written tutorial link seems broken
@chiangraisoftware72146 жыл бұрын
I have problem POST localhost:8000/broadcasting/auth 403 (Forbidden)
@jimread40994 жыл бұрын
11:45 start with sockets
@gustavosooeiro6 жыл бұрын
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?
@djebirihamza10986 жыл бұрын
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 ^^
@irfanullahshakir35685 жыл бұрын
superb!
@iandaleblanco27996 жыл бұрын
Please help me. I am getting this error Class 'Pusher\Pusher' not found
@iandaleblanco27996 жыл бұрын
this happens when I change my BROADCAST_DRIVER to pusher. I'm new at this so please be patient and help me :(
@vienzent6 жыл бұрын
you need to install pusher sdk > composer require pusher/pusher-php-server
@adelabuelezz9466 жыл бұрын
i want to make this without pusher how about this ?
@BlastedAsh6 жыл бұрын
Search for Laravel Websockets package
@timothykamau30806 жыл бұрын
Nice tutorial. what happened to ADVANCED BLOG AND CMS?
@UnchartedWorlds6 жыл бұрын
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-j4n6 жыл бұрын
Well yeah I'm agree with @Nermion , I appreciate these stuff. It's harder to learn it from documentation.
@shakirmemon1772 жыл бұрын
please provide the github code with latest laravel update
@atulgvlogs5 жыл бұрын
whats your text editor name
@rahulshakya25175 жыл бұрын
npm node sass problem
@someone-jq3lc6 жыл бұрын
yarn and npm : command not found
@cleverdeveloper10426 жыл бұрын
You need to install node js if you want to use npm
@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.
@denemedeneme64036 жыл бұрын
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.
@valdisdravnieks71165 жыл бұрын
Written tutorial resources in Part 1: Configuring Laravel For Websockets (Written Tutorial) is broken. Getting 404 there. Thanks for the video tutorial though.
@apoorvagrawal12676 жыл бұрын
Sir you are so good at teaching why don't you start making Udemy courses.
@koxperkoxp90605 жыл бұрын
Are you serious ? pusher is not free if you reach over 100 connection you must pay to pusher . What we'll doing with that?
@justtlenin6 жыл бұрын
please make a web socket video using socket.io
@anwarhamoude26375 жыл бұрын
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', ],
@Nikrocks0083 жыл бұрын
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.
@motomono6 жыл бұрын
Please, don’t do what you are going to do. Do it! It’s so hard to wait
@leonardoalfonso6576 жыл бұрын
pusher have many limitations, is better a tutorial with node and socket.io