Anyone here that can build seogroupbuy service website?

|
Meera 2020-08-21 17:21:39
laravel_discuss-48484.jpg

Meera 2020-08-21 17:22:10
how to edit this drop down using @foreach can someone explain this?
Meera 2020-08-21 18:16:58
If I want to get this values in edit blade
SHUBHAM PANCHAL 2020-08-21 18:26:00
laravel_discuss-48489.jpg

SHUBHAM PANCHAL 2020-08-21 18:27:09
laravel_discuss-48490.jpg

SHUBHAM PANCHAL 2020-08-21 18:29:36
laravel_discuss-48494.jpg

SHUBHAM PANCHAL 2020-08-21 18:29:36
laravel_discuss-48493.jpg

Anoop Shukla 2020-08-21 18:49:45
Give the screenshot to you database in
jaideep_bishnoi 2020-08-21 20:00:09
pratik0099 2020-08-21 13:44:09
but I’m getting a error

check .htaccess

Shijinsubramanniam 2020-08-21 20:01:13
Shijinsubramanniam 2020-08-21 16:47:49
Please hlp

Anybody please

2020-08-21 20:03:27
Shijinsubramanniam 2020-08-21 20:01:13
Anybody please

Return $custaddr;

Check if bill_state column is exist or not…You will get ur solution

2020-08-21 20:05:22
pratik0099 2020-08-21 13:44:32

Remove index.php in ur Url . Then check

2020-08-21 20:15:16
Boa tarde pessoal
2020-08-21 20:15:27
Baum cocêis?
2020-08-21 20:15:39
Viu da uma ajuda aqui por favor!
2020-08-21 20:15:56
Já tenho minha api com lavável funcionando tudo só o ouro!
2020-08-21 20:16:23
File do boi! Só que agora eu precisava fazer um get que trás somente alguns campos especificos
2020-08-21 20:17:03
Por exemplo minha tabela tem 8 campos e quero neste GET trazer somente 4

Como eu defino la na controlar para trazer somente esses 4 ?

DesolatorMagno 2020-08-21 20:19:13
User::select($camposArray)->get()
Creo que eso funciona o si no
User::get($campos)
2020-08-21 20:19:16
laravel_discuss-48511.jpg

DesolatorMagno 2020-08-21 20:20:05
Pruébalo en tinker.
2020-08-21 20:20:37
Lo intentaré
yunartyom 2020-08-21 21:36:24
2020-08-21 14:23:38
How to delete pictures so that they are deleted?
Now 404 error when clicking on the button
a route like this Route :: get (“/ products / product / delete / {id}”, “AdminProductsController @ destroy”);
So made the link
<a href=”public/uploads/product_images/delete/ {{{$image-> id}} “class =” card-link “> delete </a>

such an error when deleting a picture from a product
Symfony Component HttpKernel Exception MethodNotAllowedHttpException
The GET method is not supported for this route. Supported methods: POST.
http: //bossphp.x: 8080 / products / product / edit_store / 39? _method = DELETE & _token = nDgQqOFjdPKoOzAigZhlcIbLoocByXaihbxX6GTD & authorized_price = 32 & category_id = 19 & description =% D05% B5% D0% D05% B5% D0 % B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 & keywords =% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 & path% 5B0% 5D = & price = 53113 & title =% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 % D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5
http: //bossphp.x: 8080 / products / product / edit_store / 39? _method = DELETE & _token = nDgQqOFjdPKoOzAigZhlcIbLoocByXaihbxX6GTD & authorized_price = 32 & category_id = 19 & description =% D05% B5% D0% D05% B5% D0 % B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 & keywords =% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 & path% 5B0% 5D = & price = 53113 & title =% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 % D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5

О, привет)

2020-08-21 21:39:58
DesolatorMagno 2020-08-21 20:19:13
User::select($camposArray)->get()
Creo que eso funciona o si no
User::get($campos)

Assim funciona

2020-08-21 21:40:20
laravel_discuss-48520.jpg

2020-08-21 21:40:32
Porém trás todos
DesolatorMagno 2020-08-21 21:42:50
You have to specify the fields.
DesolatorMagno 2020-08-21 21:43:26
Get([‘name’,’telephone’])
berto309 2020-08-22 02:31:35
Hello Developers. Please how can you get time ago ( 5 minutes ago) to update without page refresh in Livewire.
VURGILES 2020-08-22 06:48:03
Saludos cordiales. Algún curso de ChatBoot para Whatsapp que recomienden. Gracias
SheridanGuevel 2020-08-22 07:13:55
https://www.facebook.com/SheriPiperValley/?ti=as

Sheri’s Piper ValleyFacebook
Sheri’s Piper Valley. 11 likes. Passionner par l’univers du développement Informatique et doté d’une curiosité.Nous vous offrons des services de qualité supérieure dans le développement full-stack…
noobmaster622 2020-08-22 08:40:07
laravel_discuss-48538.jpg
Why this error?
noobmaster622 2020-08-22 08:40:36
I created a middleware
noobmaster622 2020-08-22 08:41:15
laravel_discuss-48540.jpg
Applied middleware like this
Siberfx 2020-08-22 08:59:38
noobmaster622 2020-08-22 08:41:15
Applied middleware like this

use as;
Route::group([‘middleware’ => ‘CacheApiResonse2], function() { })

DigitalTrusty 2020-08-22 09:11:32
I have a paid work
DigitalTrusty 2020-08-22 09:11:49
Anyone here that can build seogroupbuy service website ?
DigitalTrusty 2020-08-22 09:12:01
With Laravel & PHP ?
noobmaster622 2020-08-22 09:17:49
Siberfx 2020-08-22 08:59:38
use as;
Route::group([‘middleware’ => ‘CacheApiResonse2], function() { })

Fixed, the issue was i passed request and next in the closure function in the middleware definition

Yogesh 2020-08-22 10:39:41
My composer is not working on cpanel please helm thanks in advance
natghi2010 2020-08-22 10:50:46
pratik0099 2020-08-21 13:44:32

Is this a troll

natghi2010 2020-08-22 12:34:38
@mehrabjafari is this like
natghi2010 2020-08-22 12:35:06
is the react native group link working?
ihorhnatchuk 2020-08-22 13:13:24
laravel_discuss-48558.jpg
Hello how to correctly implement settings in Laravel. To remove this thing from the service provider?
ihorhnatchuk 2020-08-22 13:14:10
I want to optimize my application
SHUBHAM PANCHAL 2020-08-22 14:40:54
How send reset password link
mail using smtp???
theman_behind 2020-08-22 14:48:50
Should i use linux for laravel or homestead?
2020-08-22 15:13:04
How to delete pictures so that they are deleted?
Now 404 error when clicking on the button
a route like this Route :: get (“/ products / product / delete / {id}”, “AdminProductsController @ destroy”);
So made the link
<a href=”public/uploads/product_images/delete/ {{{$image-> id}} “class =” card-link “> delete </a>

such an error when deleting a picture from a product
Symfony Component HttpKernel Exception MethodNotAllowedHttpException
The GET method is not supported for this route. Supported methods: POST.
http: //bossphp.x: 8080 / products / product / edit_store / 39? _method = DELETE & _token = nDgQqOFjdPKoOzAigZhlcIbLoocByXaihbxX6GTD & authorized_price = 32 & category_id = 19 & description =% D05% B5% D0% D05% B5% D0 % B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 & keywords =% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 & path% 5B0% 5D = & price = 53113 & title =% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 % D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5
http: //bossphp.x: 8080 / products / product / edit_store / 39? _method = DELETE & _token = nDgQqOFjdPKoOzAigZhlcIbLoocByXaihbxX6GTD & authorized_price = 32 & category_id = 19 & description =% D05% B5% D0% D05% B5% D0 % B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 & keywords =% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 & path% 5B0% 5D = & price = 53113 & title =% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5 % D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5% D0% B5

2020-08-22 15:13:30
https://pastebin.com/QCrKQ5Fm

– 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.
mohittyagi99 2020-08-22 16:02:26
Need help!

I’m actually hosted Laravel app on Shared Hosting Servers.

According to this tutorial!

I can’t able to create Symlink()

I want to install Voyager

Deploy Laravel To Shared Hosting The Easy WayYouTube
In this video I will show you how to easily deploy a Laravel application to a shared hosting account with InMotion hosting. We will deploy without having to type in one command. Everything will be done via Cpanel and FTP.

INMOTION HOSTING: Get an account for $5.99 per month
https://secure1.inmotionhosting.com/cgi-bin/gby/clickthru.cgi?id=traversymedia

10 PROJECT LARAVEL COURSE: Please use affiliate link below
https://www.eduonix.com/affiliates/id/16-10485
50% OFF: Use special code “traversy”

CODE: Complete Code For This Series
https://github.com/bradtraversy/lsapp

FULL SERIES:

SUPPORT: We spend massive amounts of time creating these free videos, please donate to show your support:
http://www.paypal.me/traversymedia
http://www.patreon.com/traversymedia

FOLLOW TRAVERSY MEDIA:
http://www.facebook.com/traversymedia

http://www.linkedin.com/in/bradtraversy

|