Is it possible to build a live chat web app with laravel broadcast and events only?

|
2020-08-12 10:56:35
But it might slow the app
WahidinAji 2020-08-12 10:56:38
ooo with pusher right, thks
2020-08-12 10:56:58
WahidinAji 2020-08-12 10:56:38
ooo with pusher right, thks

No without any package

2020-08-12 10:57:16
With vue and some functions
ahmad_harminto 2020-08-12 11:19:14
2020-08-12 10:56:08
No i did it myself… I can’t afford pusher

no need purchase pusher, deploy your own websocket with laravel

monu 2020-08-12 11:41:41
Can any one share code with me so i can check how you guys implement
monu 2020-08-12 11:42:15
2020-08-12 10:53:59
I solved this problem without any websocket…

Please share code with me

2020-08-12 13:49:11
Hi.. guys
I have a doubt for laravel and angular. My project is video based, when click share button the video share option Instagram. How to share the video for insta? If you know any package or method and solution please help me…
2020-08-12 14:29:31
Coding High
A Place where Future Professional comes and learns new things Every day
Content That We Provide
(Books+Articles)
1. Machine learning
2. Artificial intelligence
3. Web Development (Html, CSS, JavaScript, Django, )
And Programing related content
Let’s Code
Channel Name Coding High
Manoj Mehta 2020-08-12 15:51:25
419|Page Expired after login every time
2020-08-12 16:00:15
Check cookies and csrf token
Manoj Mehta 2020-08-12 16:02:12
<form class=”form-horizontal” role=”form” method=”POST” id=”form” action=”/adminLogin”>
<input type=”hidden” name=”_token” value=”OYU2PTQml6Vs2Oivj8qR3Ghtay4td5m5QqVkqsvX”>
Manoj Mehta 2020-08-12 16:02:39
in inspect it is showing
2020-08-12 16:04:48
hi i have five formselect remaks dropdown and i have remarks_group in db how to connect each remarks_group in each formselect $remarks = remark::where(‘remarks_category’,[1,11])->pluck(‘remarks_name’,’id’);
return view(‘salary/create’)->with(‘remarks’, $remarks);
2020-08-12 16:07:35
i can connect one formselect in database but i cant connect others forms show sama as first list pls help to slove it
bee_amour 2020-08-12 16:36:21
in this rss feed working on Api ?
rijisoft 2020-08-12 16:42:14
Hey guys
Hope best wishes , please help me 🌺

How upload Directory (all files in base directory and sub directories) in laravel
#question

ravimakwana015 2020-08-12 16:49:52
https://youtu.be/a0ijrdHKTfw

Multiple Authentication in Laravel 5.8 – Hindi Part 1YouTube
https://laravel-news.com/laravel-5-4-key-too-long-error
2020-08-12 19:02:51
晚安~🙂
skys215 2020-08-12 20:01:08
2020-08-12 19:02:51
晚安~🙂

晚安

Narayan Ji 2020-08-12 21:19:58
i am used spatie/role based plugin in laravel but i have issue please solve it..
i have two roles , user and admin…
i want to login according to role based ..
supposed if user login in dashboard , after that enter in dashboard so url is like: www.laravel.com/user

and if admin then like this:
www..laravel.com/admin

so.please help me

toshunigam 2020-08-12 21:36:22
Redirect to profile page after successful login. After that you can go to dashboard as per your role. You can use hasrole() blade directive into your menu.
.
Else you have to manually change into vendor directory. Or login controller under Auth.
toshunigam 2020-08-12 21:36:46
1st one is easy btw
Narayan Ji 2020-08-12 21:42:05
toshunigam 2020-08-12 21:36:22
Redirect to profile page after successful login. After that you can go to dashboard as per your role. You can use hasrole() blade directive into your menu.
.
Else you have to manually change into vendor directory. Or login controller under Auth.

actually…when am in dashboard , so link is /home for both type admin and user..i want to change url after login..

toshunigam 2020-08-12 21:53:22
Gourav you must have separate url for both user and admin.
Also you can keep home url as it is. Just display the contents according to the user type.
Mk_7_6 2020-08-13 01:25:34
Hello guys. Is it possible to build a live chat web app with laravel broadcast and events only?
AxistechZMB 2020-08-13 03:18:06
laravel_discuss-47755.jpg

AxistechZMB 2020-08-13 03:18:06
laravel_discuss-47754.jpg

AxistechZMB 2020-08-13 03:18:31
Were I’m I getting it wrong
AxistechZMB 2020-08-13 03:19:56
I’m using the same controller for categories
And I want to make the add and edit category work.
Stardust 2020-08-13 04:38:59
it should be ->with(compact(‘title’));
Typ980 2020-08-13 07:14:06
Hi guys, i want to ask,
Have anyone know source for make data dummy for video and i using laravel..
Mario Martinez 2020-08-13 07:44:21
Hi guys im really new on Laravel i wanna build a login system role based any help please
aledlb 2020-08-13 08:11:24
Mario Martinez 2020-08-13 07:44:21
Hi guys im really new on Laravel i wanna build a login system role based any help please

you can search on github – I bet many people solved that problem already

shaildark 2020-08-13 08:22:58
What is webpack and laravel mix in Laravel?
toshunigam 2020-08-13 11:44:44
AxistechZMB 2020-08-13 03:18:31
Were I’m I getting it wrong

->with(compact(‘title’))

sohilstha 2020-08-13 12:10:57
how to enable disable maintenance mode from admin panel
oxbir 2020-08-13 12:37:03
Create a PHP variable and make it equal to the string, “bar”.
YashGhantala 2020-08-13 12:47:47
sohilstha 2020-08-13 12:10:57
how to enable disable maintenance mode from admin panel

Artisan::call(‘down’);

YashGhantala 2020-08-13 12:50:22
AxistechZMB 2020-08-13 03:18:06

return view(‘your_view’,compact($title));

Mk_7_6 2020-08-13 13:02:35
Hello guys. Is it possible to build a live chat web app with laravel broadcast and events only?
oxbir 2020-08-13 13:03:36
laravel_discuss-47772.jpg

oxbir 2020-08-13 13:03:54
Whay is this error?
oxbir 2020-08-13 13:04:10
laravel_discuss-47774.jpg

stranger261999 2020-08-13 13:58:00
Hello I am new to laravel can anyone please tell me or refer me how to create superadmin admin nd user ….nd superadmin needs to controll both admin nd user…user can see the admin posts …so could anyone please give me any suggestions how to do it…or what to use..
amirst88 2020-08-13 13:59:52
Sorry
Bawantha Thilan 2020-08-13 14:07:27
Why web.php api work in web browser . Bur dosn’t work in mobile device . This is post API
the_jim_hopper 2020-08-13 14:08:44
uKUTUK 2020-08-11 08:47:42
php artisan config:clear

Not working

N4YE3M 2020-08-13 14:39:17
Any one have good experience with freeradius..planning for a customized solution for a small wisp… paid task for the correct candidate
Bawantha Thilan 2020-08-13 16:15:30
laravel_discuss-47787.jpg
Why /updatestatus api not working in react native app this route in web.php
|