in class if you are declaring a property and that property don't need to access outside of the class by it's object then make it private or protected rather than making it public. i'm talking about $message property declared
join slack group and message there, join.slack.com/t/bitfumes-community/shared_invite/enQtMjAwNTgzMDQ5ODU2LWM2ZDA2OGMzNTNiZjBiNGZkYTk3MjgzYjFmNjk5NjBiN2Q2ZjBjNThmOGZlNmY3NTM3YzdmZGQzNDdmN2NhM2Q
sir.... i am getting this error "Class 'TaskEvent' not found" while executing this the code as you told in this lecture... why is this? advanced thankz for reply...
One more advantage. No need to wait for a task to complete (makes your app feels to do job faster). ' The task is separated from web execution. Usually used to notify it whenever its done if we configure to notify, else works in background.
Lovely.. quite informative as doing some implementation of events and listener as the independent package for PHP.
Nice explained
Keep watching
Amazing tutorial! Keep up the good work.
Sir, is this applicable in laravel 8?
You are the best!!! :) thanks
Thanks for watching, please like Bitfumes on facebook to get latest updates
For me nothing happens. I imported the class but it just doesn't get into the DD part. Why would that be?
Nice work 👍👏🏼🙌🏽
Please like Bitfumes on facebook/twitter to get latest updates
in class if you are declaring a property and that property don't need to access outside of the class by it's object then make it private or protected rather than making it public. i'm talking about $message property declared
Hey, if you made $message as private then it will not going to pass to pusher.
ahhh Ok, got it thanks
sir , please make video on advance laravel . just like this in depth #perfectwebsolutions
Can i use this to automatic assign specific Role for new registered User?
Or there is better method? Thanks
yes its possible, when creating new user then just after that you can hard code role, that will be default role
hi sarthak I need some suggestion can u let me know how to contact with you? thanks
join slack group and message there, join.slack.com/t/bitfumes-community/shared_invite/enQtMjAwNTgzMDQ5ODU2LWM2ZDA2OGMzNTNiZjBiNGZkYTk3MjgzYjFmNjk5NjBiN2Q2ZjBjNThmOGZlNmY3NTM3YzdmZGQzNDdmN2NhM2Q
Do you have plan for Laravel notifcations using email and sms?
yes, I will show notifications system in this advanced series.
are you using sms and email?
may be email, as I will going to show sms system in a separate series
Kept getting Error: Class 'TaskEvent' not found inside my routes
Add use App\Events\TaskEvent; in your routes
You called dd() abbreviation wrong, its “Dump and Die”.
sir....
i am getting this error "Class 'TaskEvent' not found"
while executing this the code as you told in this lecture...
why is this?
advanced thankz for reply...
you need to use this class at top where you are using this
@@Bitfumes thank you so much sir... i got it...
How to event send the message to an event listener function handle
why we use events & listeners?
to separate logics. so that each class has only one responsibility
One more advantage. No need to wait for a task to complete (makes your app feels to do job faster). '
The task is separated from web execution. Usually used to notify it whenever its done if we configure to notify, else works in background.
miNd bL0wInG iNdiAn gUy!!!
Copy paste