you want change the parameter of test?
you have install teamvier?
How to convert all my api endpoints to realtime ?
HI , How to add custom route file in Lumen ?
How to save array like 1,3,4,5 in database?
What is the schema for the database table to store Array or stdObject in a column ?
Can you send simple codes?
This is what I’m fiddling with right now
you are wrong bro
Yes
so you add [‘as’ => some parameter maybe id]
you have install teamvier?
I know that’s why I’m looking at a better solution
Will anydesk do?
I’m new to laravel..
I’m using laravel api for my android app server side Everything works fine and basic endpoints created ( posting , commenting , replay , delete ) Storing everything in MySQL db
Now the problem is its not real-time So i searched internet about how make my server realtime Many results came ( confused with these methods )
1 with pusher
2 with ratchet
3 with node . js , redis , socket . io
4 with laravel echo server , redis , socket . io Finally i sorted out to go with laravel echo server , redis , socket . io
1.. The Problem is every tutorial in internet os about creating real-time web app ( i need with android app )
2 . I did upto starting the echo server ..and I’m stuck Right here
array (size=3)
1 => string ”11eee” (length=7)
2 => string ”ACTIVE” (length=8)
3 => string ”6692091475ee7e3cb41b6e5008511383” (length=34)
please help me
object(MySQLiPreparedStatement)[216]
protected ‘conn’ =>
object(MySQLiConnection)[189]
private ‘database’ => string ‘wf_zums’ (length=7)
protected ‘transactionOpcount’ => int 2
protected ‘dblink’ =>
object(mysqli)[190]
public ‘affected_rows’ => int 1
public ‘client_info’ => string ‘mysqlnd 5.0.12-dev – 20150407 – $Id: b396954eeb2d1d9ed7902b8bae237b287f21ad9e $’ (length=79)
public ‘client_version’ => int 50012
public ‘connect_errno’ => int 0
public ‘connect_error’ => null
public ‘errno’ => int 0
public ‘error’ => string ” (length=0)
public ‘error_list’ =>
array (size=0)
…
public ‘field_count’ => int 0
public ‘host_info’ => string ‘localhost via TCP/IP’ (length=20)
public ‘info’ => string ‘Rows matched: 1 Changed: 1 Warnings: 0’ (length=40)
public ‘insert_id’ => int 0
public ‘server_info’ => string ‘5.5.5-10.1.28-MariaDB’ (length=21)
public ‘server_version’ => int 50505
public ‘stat’ => string ‘Uptime: 3305 Threads: 1 Questions: 4243 Slow queries: 0 Opens: 59 Flush tables: 1 Open tables: 53 Queries per second avg: 1.283’ (length=134)
public ‘sqlstate’ => string ‘00000’ (length=5)
public ‘protocol_version’ => int 10
public ‘thread_id’ => int 121
public ‘warning_count’ => int 0
protected ‘dsn’ =>
array (size=9)
‘database’ => string ‘wf_zums’ (length=7)
‘encoding’ => string ‘utf8’ (length=4)
‘hostspec’ => string ‘localhost’ (length=9)
‘password’ => string ” (length=0)
‘phptype’ => string ‘mysqli’ (length=6)
‘port’ => null
‘protocol’ => null
‘socket’ => null
‘username’ => string ‘root’ (length=4)
protected ‘flags’ => int 0
public ‘lastQuery’ => string ‘UPDATE CONTENT SET CON_VALUE = ’11eee’ WHERE CONTENT.CON_CATEGORY=’GRP_TITLE’ AND CONTENT.CON_PARENT=” AND CONTENT.CON_ID=’6692091475ee7e3cb41b6e5008511383” (length=159)
protected ‘limit’ => int 0
protected ‘offset’ => int 0
protected ‘sql’ => string ‘UPDATE GROUPWF SET GRP_TITLE = ?,GRP_STATUS = ? WHERE GROUPWF.GRP_UID=?’ (length=75)
protected ‘sql_cache’ => null
protected ‘sql_cache_valid’ => boolean false
protected ‘positions’ =>
array (size=3)
0 => int 33
1 => int 50
2 => int 74
protected ‘positionsCount’ => int 3
protected ‘boundInVars’ =>
array (size=3)
1 => string ”11eee” (length=7)
2 => string ”ACTIVE” (length=8)
3 => string ”6692091475ee7e3cb41b6e5008511383” (length=34)
protected ‘resultSet’ => null
protected ‘updateCount’ => null
{success: true}
I’m new to laravel..
I’m using laravel api for my android app server side Everything works fine and basic endpoints created ( posting , commenting , replay , delete ) Storing everything in MySQL db
Now the problem is its not real-time So i searched internet about how make my server realtime Many results came ( confused with these methods )
1 with pusher
2 with ratchet
3 with node . js , redis , socket . io
4 with laravel echo server , redis , socket . io Finally i sorted out to go with laravel echo server , redis , socket . io
1.. The Problem is every tutorial in internet os about creating real-time web app ( i need with android app )
2 . I did upto starting the echo server ..and I’m stuck Right here
Pls somebody guide me
I’m new to laravel..
I’m using laravel api for my android app server side Everything works fine and basic endpoints created ( posting , commenting , replay , delete ) Storing everything in MySQL db
Now the problem is its not real-time So i searched internet about how make my server realtime Many results came ( confused with these methods )
1 with pusher
2 with ratchet
3 with node . js , redis , socket . io
4 with laravel echo server , redis , socket . io Finally i sorted out to go with laravel echo server , redis , socket . io
1.. The Problem is every tutorial in internet os about creating real-time web app ( i need with android app )
2 . I did upto starting the echo server ..and I’m stuck Right here
if money does not metter then use pusher other wise use laravel echo,redis or socket
Also laravel echo is fast ( even a 1gb ram server can handle more than 10k concurrent connections )
After this i don’t know how to proceed

Please what is the correct syntax to use… it is triggering error and UserController not found
Your class name is User*s*Controller
thank you… it worked out
$this->middleware( middleware: ‘auth’);
https://laravel.com/docs/7.x/controllers#controller-middleware
?
https://stackoverflow.com/questions/21658926/storing-array-or-std-object-in-database-of-laravel-app
What is the schema for the database table to store Array or stdObject in a column ?
When I use ->string and insert an array variable, it only stores the word “Array” in the db column.
does Larave…
i want to save two fields in database
$user->related_id = $request->related_id;
’email_verified_at’ => ‘datetime’,
‘social_id’ => ‘array’,
‘related_id’ => ‘array’,
];
Can you send simple codes?
Well, if you can wait 2 hours, I am not working now.

$table->json(‘options’);
