can we do something to avoid this?
wich package is simple and best for laravel visits counter of website ?
can anyone tell me how to fix it ?
how can solve this error in laravel8?
i change it but it have the error?
How to work with map in laravel?
Do you guys know any tool for creating a NoSQL structure?
or a domain list using laravel?
or can someone get me a laravel list?
how I need that you just move mouse to product_id input field then all product id should be appeared
Okay.. you can call ajax onmouseenter event then do what you want to do.
I have tried Ajax to do other functionality which editing inline and it did not work for me
data did not saved in database
data did not saved in database
Storing the data in database is another process.
yeap I know but I could not store data
function action(Request $request)
{
if($request->ajax())
{
if($request->action == ‘edit’)
{
$data = array(
‘name’ => $request->name,
‘count’ => $request->count,
‘summa’ => $request->summa,
‘description’ => $request->description,
‘updated_at’ => $request->updated_at,
);
DB::table(‘product’)
->where(‘id’, $request->id)
->update($data);
}
if($request->action == ‘delete’)
{
DB::table(‘product’)
->where(‘id’, $request->id)
->delete();
}
return response()->json($request);
}
}
I wrote this function to store data
the DataTable creates folder for each uploaded file.
can we do something to avoid this?
{
if($request->ajax())
{
if($request->action == ‘edit’)
{
$data = array(
‘name’ => $request->name,
‘count’ => $request->count,
‘summa’ => $request->summa,
‘description’ => $request->description,
‘updated_at’ => $request->updated_at,
);
DB::table(‘product’)
->where(‘id’, $request->id)
->update($data);
}
if($request->action == ‘delete’)
{
DB::table(‘product’)
->where(‘id’, $request->id)
->delete();
}
return response()->json($request);
}
}
I wrote this function to store data
First you get and after that you can update.

can anyone tell me how to fix it ?
Download the last version of Microsoft visual c++.
I want connet my VS code to server but i have problem
Error text = “timed out while waiting for handshake”
SFTP.json file
{
“name”: “My Server”,
“host”: “”,
“protocol”: “sftp”,
“port”: ,
“username”: “”,
“remotePath”: “/”,
“uploadOnSave”: true
}

how can solve this error in laravel8?
Just edit your php.ini and uncomment the lines extension=pdo_pgsql.so and extension=pgsql.so
i change it but it have the error?
now it is working …… Thanks Boss 🙂
If Any One Have To Make Logo,Visiting Card Etc Then Dm Me
If Any One Have To Make Logo,Visiting Card Etc Then Dm Me
I did
I want connet my VS code to server but i have problem
Error text = “timed out while waiting for handshake”
SFTP.json file
{
“name”: “My Server”,
“host”: “”,
“protocol”: “sftp”,
“port”: ,
“username”: “”,
“remotePath”: “/”,
“uploadOnSave”: true
}
Put your domain URL in “host”: “url”
Port 21
Username: your VPS username
Remote path: /public_html if your project is on root


Hi guys
Why this error caused when I want to save data into database
Why this error caused when I want to save data into database
this line 3844 where error caused here
Why this error caused when I want to save data into database
you getting 500 response