How can I give a column of an object and store it in variable?

|
natghi2010 2020-10-30 12:03:50
when this happens
natghi2010 2020-10-30 12:04:03
I think you can do a dns cache refresh
natghi2010 2020-10-30 12:04:33
open CMD and type ipconfig /flushdns
FRENCHKYSE 2020-10-30 12:05:36
Can someone help me get smtp please?
natghi2010 2020-10-30 12:19:44
anyone know pgsql?
natghi2010 2020-10-30 12:20:13
trying to import a database dont know how
kuzmich321 2020-10-30 12:20:32
existing db ?
natghi2010 2020-10-30 12:21:14
kuzmich321 2020-10-30 12:20:32
existing db ?

yeah

kuzmich321 2020-10-30 12:21:25
sql dump
kuzmich321 2020-10-30 12:21:58
pgsql -u username -p new_database < data-dump.sql
natghi2010 2020-10-30 12:23:19
kuzmich321 2020-10-30 12:21:58
pgsql -u username -p new_database < data-dump.sql

its a tar file

kuzmich321 2020-10-30 12:24:36
Make it .sql
natghi2010 2020-10-30 12:24:51
kuzmich321 2020-10-30 12:24:36
Make it .sql

just by changing the extension?

kuzmich321 2020-10-30 12:25:23
Idk, I usually export it as .sql
kuzmich321 2020-10-30 12:26:34
pg_dump -u username -p database > data-dump.sql
kuzmich321 2020-10-30 12:26:49
That’s the export
natghi2010 2020-10-30 12:29:41
kuzmich321 2020-10-30 12:25:23
Idk, I usually export it as .sql

im trying it

mehrb0d 2020-10-30 12:37:25
FRENCHKYSE 2020-10-30 12:05:36
Can someone help me get smtp please?

what is your problem exactly?

Epiff98 2020-10-30 12:37:49
Hi, do you know some tutorial on custom Tools? (Nova)
natghi2010 2020-10-30 12:40:07
kuzmich321 2020-10-30 12:25:23
Idk, I usually export it as .sql

how long should it take?

natghi2010 2020-10-30 12:40:20
to import i mean
natghi2010 2020-10-30 12:41:22
its 157mb file
kuzmich321 2020-10-30 12:48:06
Pretty much fast
TheGuyi 2020-10-30 13:14:42
Does anyone know how to do audit trail in laravel and show it in report
anthon_go 2020-10-30 13:40:00
hello I use laravel 6 and livewire I have deployed on the server but the path to the livewire resource doesn’t work I have no error in the console just @livewireStyles @livewireScripts which is displayed I modified my asset_sr=’http//mydomain/public’ but still nothing but if I do www.my-domaine/livewire/livewire.js my script is displayed I don’t know what to do someone has an idea
anthon_go 2020-10-30 13:41:05
in the local area it works without any problem
Aeonfox 2020-10-30 14:11:33
natghi2010 2020-10-30 12:03:12
the composer server was blocking your request

Okay .. thanks bro

mehrb0d 2020-10-30 14:13:15
How can I give a column of an object and store it in variable?
2020-10-30 14:14:22
mehrb0d 2020-10-30 14:13:15
How can I give a column of an object and store it in variable?

you want save object in database?

mehrb0d 2020-10-30 14:15:13
2020-10-30 14:14:22
you want save object in database?

No, I just want to store a single column of object in a new variable

2020-10-30 14:18:02
it,s not possible too
2020-10-30 14:19:10
but if you use an Collective in laravel maybe you can
mehrb0d 2020-10-30 14:20:09
2020-10-30 14:18:02
it,s not possible too

laravel_discuss-57153.jpg
I want only the value of “code”

2020-10-30 14:21:48
any body work with ngrok ?? or telegram bot ? i,m set with ngrok and connect my bot to my local url
but dosent work ?
abdu_curry 2020-10-30 14:22:49
mehrb0d 2020-10-30 14:20:09
I want only the value of “code”

show us the code

mehrb0d 2020-10-30 14:23:34
abdu_curry 2020-10-30 14:22:49
show us the code

laravel_discuss-57156.jpg

2020-10-30 14:23:36
laravel_discuss-57157.jpg
this index.php
this my simple code and echo any message if you send a bot in telegram
abdu_curry 2020-10-30 14:30:34
mehrb0d 2020-10-30 14:23:34

did u try $code->code?

mehrb0d 2020-10-30 14:37:36
abdu_curry 2020-10-30 14:30:34
did u try $code->code?

laravel_discuss-57159.jpg
yes, when I return $code->code it’s successfully return, but if I want to store it in a variable it gives me an error

mehrb0d 2020-10-30 14:37:51
laravel_discuss-57160.jpg

ibra_br 2020-10-30 14:47:04
laravel_discuss-57161.jpg
guys , i have tow models and the relationship between them is Many to Many and the associated table have multiple columns than id of tow tables
ibra_br 2020-10-30 14:47:42
ibra_br 2020-10-30 14:47:04
guys , i have tow models and the relationship between them is Many to Many and the associated table have multiple columns than id of tow tables

so the question is how i can add in associated table by eluoqent orm

2020-10-30 14:49:37
fees amount is working properly 😀… I am using Ajax and backend Laravel
ibra_br 2020-10-30 14:57:14
ibra_br 2020-10-30 14:47:42
so the question is how i can add in associated table by eluoqent orm

i use query builder in add form

ibra_br 2020-10-30 14:57:46
and i got problem in edit form
ibra_br 2020-10-30 14:59:21
how can i add the new record and delete the record that doesn’t exist in edit form
Pro 2020-10-30 15:20:30
Is there a way to redirect all requests to one specific route?
Venusky 2020-10-30 15:43:15
laravel_discuss-57171.jpg

Venusky 2020-10-30 15:43:15
laravel_discuss-57170.jpg

Venusky 2020-10-30 15:43:15
laravel_discuss-57169.jpg

|