Is there a problem with just manuelly creating a model php file?

|
White Stone 2020-05-31 04:15:36
I want to update multiple row values in mysql in lumen using guzzle httlp…anyone have answer for that?
2020-05-31 07:34:16
I couldn’t believe this until I confirmed truely that this is real, I have my first withdraw successful, all thanks to you Mr Neil Gilmore , may God bless you and strengthen you to help more people. Everyone will hear about this good news and I will recommend all my friends to your winning trading platform, once again thank you Mr Neil Gilmore . I just received my profit of $3000 with a minimum investment of $300, indeed you’re a good man.

CONTACT…… @Gilmore_fx

flyingdragons 2020-05-31 07:40:42
Remove . Before /movies

It must ve like ‘/movies’ and not ‘./movies’

flyingdragons 2020-05-31 07:49:05
alekseykhomenko 2020-05-30 16:59:47
Hi, guys, anyone can help me?
I’m getting an error message Access denied to DB’. But in .env file everything is correct. In ssh connection to vagrant I can to connect to mysql via these accesses. what could be the problem yet?

Password just remove ” single quotes

If that doesn’t work then change

127.0.0.1 to localhost and try once

prime 2020-05-31 08:28:19
i need help with eloquent-sluggable in laravel
flyingdragons 2020-05-31 09:23:04
Echo $image

You will get the path

flyingdragons 2020-05-31 09:23:17
Please send that path so that we can help you
prime 2020-05-31 10:16:53
laravel_discuss-39431.jpg

prime 2020-05-31 10:17:16
i need help pls
skys215 2020-05-31 10:24:57
It’s obvious
rethdaro 2020-05-31 12:31:52
laravel_discuss-39437.jpg
how to make checked in checkboox
Siberfx 2020-05-31 12:33:24
prime 2020-05-31 08:28:19
i need help with eloquent-sluggable in laravel

What kind of help

prime 2020-05-31 13:34:24
how to implement it in laravel
Siberfx 2020-05-31 15:11:56
prime 2020-05-31 13:34:24
how to implement it in laravel

Sure

2020-05-31 15:17:32
I’m happy to be earning from home. Since I started online trading program with Mrs jessica Allen , I’ve been enjoying numerous opportunities and enormous profit from her platform . His platform is so straightforward and keeps detailed record of being one of the best in the world.

@binaryoption_And_Forextrading

isofdev 2020-05-31 15:45:55
Hi ,
It’s possible to put a default value with this structure
{!! Form::number(‘duration’, $tps->number); !!}
Siberfx 2020-05-31 15:47:30
{!! Form::number(‘duration’, $tps->number ?? ‘default-value’); !!}
Siberfx 2020-05-31 15:47:49
if php version > 7.1
Siberfx 2020-05-31 15:48:01
{!! Form::number(‘duration’, $tps->number ?: ‘default-value’); !!}
Siberfx 2020-05-31 15:48:12
for earlier
Siberfx 2020-05-31 15:56:08
your welcome :))
isofdev 2020-05-31 16:00:27
Siberfx 2020-05-31 15:48:01
{!! Form::number(‘duration’, $tps->number ?: ‘default-value’); !!}

Thanks @Siberfx

Siberfx 2020-05-31 16:00:36
isofdev 2020-05-31 16:00:27
Thanks @Siberfx

cheers

N4YE3M 2020-05-31 17:50:29
HI…Need some information regarding pinging a device through php.. i am a network admin by profession not a php expert so my question may sound dumb to you. normally with fsocket i check the device status either it gets a reply or not…now i want to do the same but with port number like 192.168.1.1:8080..is it possible with php(laravel)?
Siberfx 2020-05-31 17:52:08
through IP address right ?
Siberfx 2020-05-31 17:52:31
N4YE3M 2020-05-31 17:50:29
HI…Need some information regarding pinging a device through php.. i am a network admin by profession not a php expert so my question may sound dumb to you. normally with fsocket i check the device status either it gets a reply or not…now i want to do the same but with port number like 192.168.1.1:8080..is it possible with php(laravel)?

https://stackoverflow.com/questions/13283674/how-to-ping-ip-addresses-in-php-and-give-results

how to ping ip addresses in php and give resultsStack Overflow
Possible Duplicate:
Pinging an IP address using PHP and echoing the result
How do you ping an ip addresses in php. and give the the results as if you are on cmd program in windows

<?php

Siberfx 2020-05-31 17:54:00
I advise you to use google, no matter what your profession is. there always an answer for what you seek.
N4YE3M 2020-05-31 17:54:01
Siberfx 2020-05-31 17:52:08
through IP address right ?

ip with the specefic port number… normally we ping port 80..but for security reason we change it…

Siberfx 2020-05-31 17:54:14
I think you still can add a port.
N4YE3M 2020-05-31 17:54:49
Siberfx 2020-05-31 17:54:00
I advise you to use google, no matter what your profession is. there always an answer for what you seek.

i know..but i need a specific answer rather then digging into it by myself..

Siberfx 2020-05-31 17:54:56
https://stackoverflow.com/questions/9841635/how-can-i-ping-a-server-port-with-php

How can I ping a server port with PHP?Stack Overflow
I want a PHP script which allows you to ping an IP address and a port number (ip:port). I found a similar script but it works only for websites, not ip:port.

<?php

function ping($host, $port, $

Siberfx 2020-05-31 17:55:21
yeah better someone does that for you 😛
Siberfx 2020-05-31 17:55:32
its more rude that way 😛
Z_I_C_O_7 2020-05-31 18:11:20
Please
Who is can help me about
This
sqlstate[42s22]: column not found: 1054 unknown column ‘posts.id’ in ‘where clause’ (sql: select * from posts where posts.id = 1 limit 1)
Rajen Trivedi 2020-05-31 18:39:51
prime 2020-05-31 10:16:53

You have commented out data variable and if you don’t have file with request the same error can occur for that u need to initialize data variable before if else statement

Nguimfack 2020-05-31 18:49:13
Z_I_C_O_7 2020-05-31 18:11:20
Please
Who is can help me about
This
sqlstate[42s22]: column not found: 1054 unknown column ‘posts.id’ in ‘where clause’ (sql: select * from posts where posts.id = 1 limit 1)

I think that you try to save data in your database, but in your database, table posts don’t have column id

cristian_madeira 2020-05-31 19:01:21
Z_I_C_O_7 2020-05-31 18:11:20
Please
Who is can help me about
This
sqlstate[42s22]: column not found: 1054 unknown column ‘posts.id’ in ‘where clause’ (sql: select * from posts where posts.id = 1 limit 1)

Did you run migration?

natghi2010 2020-05-31 19:48:48
is there a problem with just manuelly creating a model php file?
Siberfx 2020-05-31 19:49:08
why should it be ?
natghi2010 2020-05-31 19:49:37
im not sure where the dbname comes from
Siberfx 2020-05-31 19:49:45
.env file 😛
natghi2010 2020-05-31 19:49:52
sorry i meant table name
Siberfx 2020-05-31 19:50:03
you can specify yourself
Siberfx 2020-05-31 19:50:35
on very top of inner class;
protected $table = ‘table_name’;
natghi2010 2020-05-31 19:51:18
okay thank you
natghi2010 2020-05-31 19:51:35
I only have tutorial knowlege
Siberfx 2020-05-31 19:52:00
you can take a look any existing model
Siberfx 2020-05-31 19:52:15
you can see these fields.
natghi2010 2020-05-31 19:54:25
laravel_discuss-39481.jpg

natghi2010 2020-05-31 19:54:35
this is what i can see
|