Hi, can someone help me with the package laravel-imap and how to setup the service in my server?

|
Stan 2021-01-17 18:48:28
mauvil 2021-01-17 17:52:44
Hi everybody!

I’m starting with Laravel, someone knows if it’s possible to disable quotations marks in the Eloquent querys? As my DB doesn’t support it

What db drivers are you using?

Stan 2021-01-17 18:49:21
You can switch to a different query builder completely
AMIT 2021-01-17 19:52:59
Location: Delhi, India
Laravel Developer : Fulltime Job
Salary: 40k per month
Experience: 5+ years
Joining: Within a month
Project: Reputated project of Govt. of India
Interested can DM me.
datlechin 2021-01-17 19:56:50
laravel_discuss-66851.jpg
Why does it not have CSS style
Stan 2021-01-17 20:09:44
mauvil 2021-01-17 17:52:44
Hi everybody!

I’m starting with Laravel, someone knows if it’s possible to disable quotations marks in the Eloquent querys? As my DB doesn’t support it

Why not use raw queries instead of using query builders

Stan 2021-01-17 20:10:14
Eloquent support raw queried
Stan 2021-01-17 20:10:26
Queries
datlechin 2021-01-17 20:13:13
Can someone help me install vue, vue-router and vuetify into my laravel project
Stan 2021-01-17 20:13:59
datlechin 2021-01-17 20:13:13
Can someone help me install vue, vue-router and vuetify into my laravel project

You should have node installed on your system

datlechin 2021-01-17 20:15:58
I have it installed
Install vuetify but it doesn’t work
theman_behind 2021-01-17 20:19:17
Any laravel developer?
ibrahim 2021-01-17 20:19:43
for what?
2021-01-17 20:29:30
Can you introduction Laravel chart package?
n1tr0dev 2021-01-17 20:31:35
Hi, can someone help me with the package laravel-imap and how to setup the service in my server?
rdulk 2021-01-17 21:07:36
i have an laravel app with vuejs integrated. not an spa

i am using vue components inside blade

my issue was routing not working, url will change but dom not changing. pls help

2021-01-17 21:49:52
I have a form with image field, inserting all the field with image works fine
but when editing the form to update a new image isn’t working.I want to keep the current image remain if new image is not uploaded.
I have tried many ways but couldn’t reach any solution. please help me, I really need this solution.
mauvil 2021-01-17 22:31:09
Stan 2021-01-17 18:48:28
What db drivers are you using?

Yes but If I want to use models with tableNames it doesn’t work. I can only use the query builder

mauvil 2021-01-17 22:32:02
laravel_discuss-66871.jpg

segungreat 2021-01-17 22:47:08
2021-01-17 21:49:52
I have a form with image field, inserting all the field with image works fine
but when editing the form to update a new image isn’t working.I want to keep the current image remain if new image is not uploaded.
I have tried many ways but couldn’t reach any solution. please help me, I really need this solution.

In your edit action method, make the validation of image null able so that if no image is uploaded, it won’t fail, then check the request if it has file upload and then get the old image file and unlink or delete from storage (hope you’re not saving the image data in DB but the link to get the image) then save the new image link to db

Stan 2021-01-18 01:03:38
mauvil 2021-01-17 22:31:09
Yes but If I want to use models with tableNames it doesn’t work. I can only use the query builder

That is the limitation. You don’t always need to use models, build your custom models

Suryaa_shanmugam 2021-01-18 08:50:10
Hi guys I need a help
2021-01-18 08:50:27
Ask
Suryaa_shanmugam 2021-01-18 08:50:34
How to check the api in local postman
Suryaa_shanmugam 2021-01-18 08:50:45
I have code in the local
Suryaa_shanmugam 2021-01-18 08:50:56
I need to check that in postman
2021-01-18 08:51:24
Read the docs
TecherrorNR9 2021-01-18 09:09:17
laravel_discuss-66886.jpg

TecherrorNR9 2021-01-18 09:09:38
why i face this problem
TecherrorNR9 2021-01-18 09:10:22
TecherrorNR9 2021-01-18 09:09:38
why i face this problem

please help me

Prem Soni 2021-01-18 10:10:28
If any one want to make website or web app in laravel than inform me
harmlez_prinz 2021-01-18 10:16:31
Hello good morning

Please laravel developer in the house

Please has anyone seeded data into database that is dependent on been generated relative to days.

E.g seeding 300 matches played per day for 365 days

Which means we will have 300* 365 matches in the database

Thank you 😁

Phen 2021-01-18 10:34:48
Hello, I have one question. I have many users request to Laravel at the same time, and it has problem when user query data and update the same time. Do you all have any suggestion for me?
segungreat 2021-01-18 10:41:32
TecherrorNR9 2021-01-18 09:09:38
why i face this problem

What’s the problem

segungreat 2021-01-18 10:42:00
harmlez_prinz 2021-01-18 10:16:31
Hello good morning

Please laravel developer in the house

Please has anyone seeded data into database that is dependent on been generated relative to days.

E.g seeding 300 matches played per day for 365 days

Which means we will have 300* 365 matches in the database

Thank you 😁

What have u tried

segungreat 2021-01-18 10:42:29
Phen 2021-01-18 10:34:48
Hello, I have one question. I have many users request to Laravel at the same time, and it has problem when user query data and update the same time. Do you all have any suggestion for me?

What’s the problem?

|