Anyone know how to deploy laravel apis?

|
daydreamer5371 2021-11-23 12:44:40
Sairam1997s 2021-11-23 12:01:48
Local time is wrong how to fix this

Just google

S 2021-11-23 13:01:45
Enum column can we pass multiple data to database
neelbas 2021-11-23 13:14:50
WellyRosadi 2021-11-23 10:54:46
https://laravel.com/docs/8.x/collections#method-except
or
https://laravel.com/docs/8.x/collections#method-filter

It does not remove specified keys!
Bill::with([‘product:id,name’,’license:id,license,expire_datetime’])->where(‘user_id’, auth()->id())->get([‘id’,’status’,’total_amount’,’created_at’,’product_id’,’license_id’])->except([‘product_id’,’license_id’])->toArray()

S 2021-11-23 13:24:41
S 2021-11-23 13:01:45
Enum column can we pass multiple data to database

Any response

devdti 2021-11-23 13:28:35
I have a problem with app in Laravel
devdti 2021-11-23 13:28:46
this message error
devdti 2021-11-23 13:28:57
Argument #1 ($nomeSerie) must be of type array, null given
devdti 2021-11-23 13:29:08
the code
devdti 2021-11-23 13:30:14
https://pastebin.com/WZcvvRhY

Problem Laravel – Pastebin.comPastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
techyaltar 2021-11-23 13:41:29
Any Larvel develover with electron js knowledge ?
WellyRosadi 2021-11-23 14:50:25
neelbas 2021-11-23 13:14:50
It does not remove specified keys!
Bill::with([‘product:id,name’,’license:id,license,expire_datetime’])->where(‘user_id’, auth()->id())->get([‘id’,’status’,’total_amount’,’created_at’,’product_id’,’license_id’])->except([‘product_id’,’license_id’])->toArray()

Bill::with([‘product:id,name’,’license:id,license,expire_datetime’])
->where(‘user_id’, auth()->id())
->get([‘id’,’status’,’total_amount’,’created_at’,’product_id’,’license_id’])
->transform(function($col) {
$col[‘id’] = $col[‘id’];
$col[‘status’] = $col[‘status’];
$col[‘total_amount’] = $col[‘total_amount’];
$col[‘created_at’] = $col[‘created_at’];

return $col;
})
->toArray();

neelbas 2021-11-23 15:17:24
WellyRosadi 2021-11-23 14:50:25
Bill::with([‘product:id,name’,’license:id,license,expire_datetime’])
->where(‘user_id’, auth()->id())
->get([‘id’,’status’,’total_amount’,’created_at’,’product_id’,’license_id’])
->transform(function($col) {
$col[‘id’] = $col[‘id’];
$col[‘status’] = $col[‘status’];
$col[‘total_amount’] = $col[‘total_amount’];
$col[‘created_at’] = $col[‘created_at’];

return $col;
})
->toArray();

🙏 but the except() is cleaner

WellyRosadi 2021-11-23 15:17:56
neelbas 2021-11-23 15:17:24
🙏 but the except() is cleaner

Do you mean except() ?

neelbas 2021-11-23 15:18:09
laravel_discuss-100464.jpg
why the except() does not works?
neelbas 2021-11-23 15:18:34
WellyRosadi 2021-11-23 15:17:56
Do you mean except() ?

yes, sorry😊

WellyRosadi 2021-11-23 15:21:01
I think for your problem can use one of
filter(),
except(),
map(),
transform().
neelbas 2021-11-23 15:22:00
WellyRosadi 2021-11-23 15:21:01
I think for your problem can use one of
filter(),
except(),
map(),
transform().

the except() (as shown in photo) does not works, do you know why?

WellyRosadi 2021-11-23 15:24:43
laravel_discuss-100469.jpg
Here is sample one of my code. Use many collection method. 🙈😅
WellyRosadi 2021-11-23 15:36:45
neelbas 2021-11-23 15:22:00
the except() (as shown in photo) does not works, do you know why?

Why i can’t open the photo… 🤔

neelbas 2021-11-23 15:37:36
WellyRosadi 2021-11-23 15:36:45
Why i can’t open the photo… 🤔

do you let me to send it with a private message?

WellyRosadi 2021-11-23 15:37:44
laravel_discuss-100473.jpg
never end loading…
Billygotclout 2021-11-23 15:42:39
Anyone know how to deploy laravel apis?
Guudu 😊 2021-11-23 15:59:14
Anyone know csv upload in laravel
Guudu 😊 2021-11-23 15:59:58
Anyone
Acird Burn 2021-11-23 16:00:40
Anyone doing WordPress plug-in development
Billygotclout 2021-11-23 16:24:51
Billygotclout 2021-11-23 15:42:39
Anyone know how to deploy laravel apis?

Anyone?

foulla_sam 2021-11-23 16:26:12
Yes how can I help you?
shani804 2021-11-23 16:31:00
Guudu 😊 2021-11-23 15:59:14
Anyone know csv upload in laravel

Yes

Pankaj 2021-11-23 17:53:15
How to store Mobile capture image store in db in laravel
Pankaj 2021-11-23 17:56:40
Any idea ??
Vikram Patil 2021-11-23 18:30:06
Pankaj 2021-11-23 17:53:15
How to store Mobile capture image store in db in laravel

Put that image in folder then store file path in db

Laraign 2021-11-23 19:21:10
Slt les gars j’ai un problème depuis longtemps j’ai essayé de installer laravel mais en vain quelqu’un peut m’aider
ForgeDark 2021-11-23 19:30:40
any one with Postmark SMTP OR Sendgrid or Aws ? if you got any message me for a deal vs btc
ForgeDark 2021-11-23 19:37:46
any one with Sportpost or Mailjet Postmark SMTP OR Sendgrid or Aws ? if you got any message me for a deal vs btc
love_369 2021-11-23 19:38:19
Hey
I need some help
I was creat project laravel called (starter)

How I can open in IDE ?

|