How to update a spécificité table on migration wihout losing Any data please?

|
skys215 2020-09-07 07:30:05
Srry, english group
Bhuvi100 2020-09-07 07:34:53
laravel_discuss-49914.jpg

Bhuvi100 2020-09-07 07:35:42
laravel_discuss-49915.jpg
What the heck
poovarasu1 2020-09-07 07:55:49
Bhuvi100 2020-09-07 07:35:42
What the heck

Hope this is correct ??

Bhuvi100 2020-09-07 07:58:13
poovarasu1 2020-09-07 07:55:49
Hope this is correct ??

See in the first example

Bhuvi100 2020-09-07 07:58:36
He is using $order->orderCreatenotification
Bhuvi100 2020-09-07 07:58:53
He is using unnecessary context there
YOUCODEWORLD 2020-09-07 08:00:03
How to change valet defualt port?
YOUCODEWORLD 2020-09-07 08:00:56
i want to change 80 to 1080, and 443 to 20443.
flyingdragons 2020-09-07 08:24:48
Bhuvi100 2020-09-07 07:35:42
What the heck

Thanks for pointing it bro. Will correct it.

flyingdragons 2020-09-07 08:29:19
Bhuvi100 2020-09-07 07:35:42
What the heck

Fixed. Thanks again.

While writing bit big article I made the mistake.

Will do my best to write more accurate and precisely going ahead.

Have a great day

Bhuvi100 2020-09-07 08:31:08
flyingdragons 2020-09-07 08:29:19
Fixed. Thanks again.

While writing bit big article I made the mistake.

Will do my best to write more accurate and precisely going ahead.

Have a great day

Yep btw good work and good article to read

imhajiiii 2020-09-07 09:01:39
How can I create a discount code in Laravel?
flyingdragons 2020-09-07 09:44:50
imhajiiii 2020-09-07 09:01:39
How can I create a discount code in Laravel?

create table coupons which can have the following table structure

id, name, code, discount_percentage, validility_start_date, validity_end_date, created_at, updated_at, deleted_at

flyingdragons 2020-09-07 09:46:18
But again depends on your requirements.

You can apply this discount code on Orders or anything but make sure to reference it. And if your using softdeletes then dont forget to use WithTrashed in your model relationships

poovarasu1 2020-09-07 10:09:08
Bhuvi100 2020-09-07 07:58:53
He is using unnecessary context there

Sry I missed it

marchand2sable 2020-09-07 10:48:02
Somebody can help me ? They ask to create blog with admin panel using laravel 7
Bhuvi100 2020-09-07 10:56:10
marchand2sable 2020-09-07 10:48:02
Somebody can help me ? They ask to create blog with admin panel using laravel 7

Who

Bhuvi100 2020-09-07 10:57:28
marchand2sable 2020-09-07 10:48:02
Somebody can help me ? They ask to create blog with admin panel using laravel 7

Describe what you need

marchand2sable 2020-09-07 10:58:46
Bhuvi100 2020-09-07 10:57:28
Describe what you need

Somebody can give me a link of a tutorial ?

marchand2sable 2020-09-07 10:58:58
On this type of project
marchand2sable 2020-09-07 10:59:27
Is very important plz
Bhuvi100 2020-09-07 10:59:52
marchand2sable 2020-09-07 10:58:46
Somebody can give me a link of a tutorial ?

Search in Udemy you can find a good course

Bhuvi100 2020-09-07 11:01:11
But it will take 2-4 weeks to learn
Bhuvi100 2020-09-07 11:01:22
Depending on your dedication and interest
flyingdragons 2020-09-07 11:10:05
marchand2sable 2020-09-07 10:48:02
Somebody can help me ? They ask to create blog with admin panel using laravel 7

Laravel Canvas package for admin panel

flyingdragons 2020-09-07 11:10:56
In YouTube search for blog

Coders Tape, Bitfumes

flyingdragons 2020-09-07 11:11:16
Has this already built
Atul 2020-09-07 12:53:07
Hello developer can you please guide me
Atul 2020-09-07 12:53:27
Everyone in this group please guide
Atul 2020-09-07 12:53:38
Me
marchand2sable 2020-09-07 12:55:24
are there any differences in code writing between laravel 5.4 and laravel 7?
marchand2sable 2020-09-07 12:55:35
flyingdragons 2020-09-07 11:10:05
Laravel Canvas package for admin panel

are there any differences in code writing between laravel 5.4 and laravel 7?

skys215 2020-09-07 13:00:32
Read upgrade guide
Tech 2020-09-07 13:31:06
Anyone knows how to implement cancel order functionality? Like if an order is cancelled then person should get refund
2020-09-07 15:38:47
Hi friends
We need employees
In the field of marketing, he must have 3 years of experience and be from America or Europe
Who has the experience
Connect with us
a_anj 2020-09-07 15:51:47
flyingdragons 2020-09-07 09:44:50
create table coupons which can have the following table structure

id, name, code, discount_percentage, validility_start_date, validity_end_date, created_at, updated_at, deleted_at

Also can add limit of it’s usage. Usage_count if u resticting coupon max use

flyingdragons 2020-09-07 15:55:44
a_anj 2020-09-07 15:51:47
Also can add limit of it’s usage. Usage_count if u resticting coupon max use

That one comes for a customer or customer orders so while validating that we can add that.

Usually we have have multiple ways to store it.

We can also simplify further by making customer_coupons tables so that we can make more flexible like allowing only particular coupons for customer with some status column.

But heavily depends on the requirements

mfahadshah 2020-09-07 15:57:24
Hi everyone, I’m having issues receiving emails from local domain’s email addresses on my website neuronsolutions.pk. I’m not having issues with Gmail or yahoo but if i signup on any website (not popular/local domain ) with f@neuronsolutions.pk i don’t get email verification on my email address .
I researched on it and i think it’s related to MX Records but i don’t know how to solve it.
mfahadshah 2020-09-07 15:59:50
Any guidance please.
Bhuvi100 2020-09-07 16:01:14
mfahadshah 2020-09-07 15:57:24
Hi everyone, I’m having issues receiving emails from local domain’s email addresses on my website neuronsolutions.pk. I’m not having issues with Gmail or yahoo but if i signup on any website (not popular/local domain ) with f@neuronsolutions.pk i don’t get email verification on my email address .
I researched on it and i think it’s related to MX Records but i don’t know how to solve it.

Check your spam folder

Bhuvi100 2020-09-07 16:01:26
It will be delivered to your spam folder
mfahadshah 2020-09-07 16:02:59
Bhuvi100 2020-09-07 16:01:26
It will be delivered to your spam folder

Not there too. Just to be clear its not just signup emails. Its all the emails from any domain except the popular ones

yoel3imari 2020-09-07 16:57:36
laravel_discuss-49979.jpg
Guuys i m blocked here. I need sole help
Syed Sohail 2020-09-07 17:39:37
Have any one work on live video streaming in laravel?
Siberfx 2020-09-07 18:17:37
yoel3imari 2020-09-07 16:57:36
Guuys i m blocked here. I need sole help

composer_memory_limit=-1 composer require …….

yoel3imari 2020-09-07 18:21:14
Siberfx 2020-09-07 18:17:37
composer_memory_limit=-1 composer require …….

Prblm solved thanks

LefmyHans 2020-09-07 19:06:37
How to update a spécificité table on migration wihout losing Any data please ?
LefmyHans 2020-09-07 19:06:49
Specific*
ktmsulaim 2020-09-07 19:35:24
LefmyHans 2020-09-07 19:06:37
How to update a spécificité table on migration wihout losing Any data please ?

https://laravel.com/docs/7.x/migrations#modifying-columns

|