So, how can assign alternative products to one product by using one products table?

|
DesolatorMagno 2020-11-12 08:32:29
There is not perfect thing, a pistol can be better than a knife in a fight but is very bad to cut bread
DesolatorMagno 2020-11-12 08:32:48
2020-11-12 08:31:15
Laravel dont easy to learn
Very hard

For me it was.

2020-11-12 08:33:29
DesolatorMagno 2020-11-12 08:32:29
There is not perfect thing, a pistol can be better than a knife in a fight but is very bad to cut bread

Ok
Tnk ❤

israa2912 2020-11-12 08:43:24
Hello, hope any one help me 😊✋🏻
I have products table , the customer can order the product if this product not available, the admin from dashboard can send the alternative products of that product.
so, how can assign alternative products to one product by using one products table?
Meet Vaghasiya 2020-11-12 09:26:43
why bootstrap is not working in home pag
Chi_Thian 2020-11-12 10:13:19
Hello Dev, How to speed up the way sent email in laravel ? Thank alot!
hreza05 2020-11-12 10:19:21
Chi_Thian 2020-11-12 10:13:19
Hello Dev, How to speed up the way sent email in laravel ? Thank alot!

Look. Email sending is a long process and take about ten or twenty seconds . The best way to send mail is by job and queue

Acird Burn 2020-11-12 10:36:04
Any cs-cart expert developer here
Liph47 2020-11-12 10:40:56
Hello everyone, I’m saving data in database but I have id =0 , and I can’t save another data ,someone know where is the problem?
flyingdragons 2020-11-12 11:24:30
Liph47 2020-11-12 10:40:56
Hello everyone, I’m saving data in database but I have id =0 , and I can’t save another data ,someone know where is the problem?

Make sure your primary column is autoincrement

Kishan Thakkar 2020-11-12 12:25:13
Hello guys, i have problem to export excel in datatable when 70K records
Liph47 2020-11-12 12:27:56
flyingdragons 2020-11-12 11:24:30
Make sure your primary column is autoincrement

Ok

TheFeLuM 2020-11-12 12:28:59
Hi can someone guide me to make auth with token like in documentation
TheFeLuM 2020-11-12 12:29:44
laravel_discuss-58950.jpg

TheFeLuM 2020-11-12 12:32:09
laravel_discuss-58951.jpg

TheFeLuM 2020-11-12 12:33:30
laravel_discuss-58952.jpg

TheFeLuM 2020-11-12 12:33:53
laravel_discuss-58953.jpg

TheFeLuM 2020-11-12 12:34:17
laravel_discuss-58954.jpg

2020-11-12 13:54:34
Meet Vaghasiya 2020-11-12 09:26:43
why bootstrap is not working in home pag

npm run install && npm run build

natghi2010 2020-11-12 13:56:01
laravel_discuss-58959.jpg

natghi2010 2020-11-12 13:56:11
what is the purpose of writing it like this?
udev21 2020-11-12 13:57:47
natghi2010 2020-11-12 13:56:11
what is the purpose of writing it like this?

i18n

natghi2010 2020-11-12 13:57:56
udev21 2020-11-12 13:57:47
i18n

eh?

udev21 2020-11-12 13:57:58
natghi2010 2020-11-12 13:56:11
what is the purpose of writing it like this?

multilanguage

natghi2010 2020-11-12 13:58:08
oh I see
Moses Ejim 2020-11-12 14:08:08
Kishan Thakkar 2020-11-12 12:25:13
Hello guys, i have problem to export excel in datatable when 70K records

You would have to queue it and upload in chunk. Checkout maatwebsite package

samprogrammer 2020-11-12 14:56:40
laravel_discuss-58968.jpg

samprogrammer 2020-11-12 14:56:41
laravel_discuss-58970.jpg

samprogrammer 2020-11-12 14:56:41
laravel_discuss-58969.jpg

samprogrammer 2020-11-12 14:56:52
Please help kr do bhai log
samprogrammer 2020-11-12 15:01:42
laravel_discuss-58972.jpg

samprogrammer 2020-11-12 15:14:59
Yes
samprogrammer 2020-11-12 15:17:14
It is your wish if you have to help
samprogrammer 2020-11-12 15:19:16
Ohk
juvenilia_xs 2020-11-12 16:26:28
Hi everyone ,

Please anyone helps me in choose the best way to set and design nice professional Documentary for my laravel project .

thnQ 🌹

TheFeLuM 2020-11-12 16:47:50
laravel_discuss-58985.jpg

TheFeLuM 2020-11-12 16:48:02
laravel_discuss-58986.jpg

TheFeLuM 2020-11-12 16:48:28
laravel_discuss-58987.jpg

TheFeLuM 2020-11-12 16:48:53
laravel_discuss-58988.jpg

TheFeLuM 2020-11-12 16:49:03
can someone help in this problem ?
NanoCellMusic 2020-11-12 17:07:09
TheFeLuM 2020-11-12 16:48:53

you need to change from Auth::guard(‘api_token’) to Auth::guard(‘api’)

NanoCellMusic 2020-11-12 17:08:51
the guard is called api not api_token.
TheFeLuM 2020-11-12 17:23:29
NanoCellMusic 2020-11-12 17:08:51
the guard is called api not api_token.

i changhe but get olso error

TheFeLuM 2020-11-12 17:23:53
laravel_discuss-58994.jpg

NanoCellMusic 2020-11-12 17:25:50
in config/auth.php you need to change ‘driver’ => ‘api_token’, to ‘drive’ => ‘token’
NanoCellMusic 2020-11-12 17:26:12
‘driver’ => ‘token’
The_ark3 2020-11-12 18:48:37
laravel_discuss-59000.jpg

The_ark3 2020-11-12 18:48:49
smeone help me with the checkbox
The_ark3 2020-11-12 18:48:59
someone
The_ark3 2020-11-12 18:50:19
so that when i click the checkbox it picks the row and upload to a different table
|