← prev | next →
sadeqi125 2020-03-04 07:46:46
how to solve my problome
skys215 2020-03-04 08:28:15
do it on other place?
benson_kb 2020-03-04 08:28:48
any body worked on coinpayment api
sadeqi125 2020-03-04 08:30:37
skys215 2020-03-04 08:28:15
do it on other place?
yes it work best in local but not work in cpanel
skys215 2020-03-04 08:31:10
which cpael are you using
sadeqi125 2020-03-04 08:31:29
blue host
sadeqi125 2020-03-04 08:32:25
skys215 2020-03-04 08:31:10
which cpael are you using
Blue host
skys215 2020-03-04 08:32:36
got it
sadeqi125 2020-03-04 08:32:54
skys215 2020-03-04 08:32:36
got it
please help dear
skys215 2020-03-04 08:34:13
which plan are you using? shared host basic plan?
sadeqi125 2020-03-04 08:35:39
skys215 2020-03-04 08:34:13
which plan are you using? shared host basic plan?
how check this in cpanel
skys215 2020-03-04 08:37:11
I don’t know, It’s your cpanel
sadeqi125 2020-03-04 08:38:07
skys215 2020-03-04 08:34:13
which plan are you using? shared host basic plan?
basic
skys215 2020-03-04 08:39:01
Ok
skys215 2020-03-04 08:39:52

Oh, I can’t buy it for one month only, so I can’t try for you, sorry!
sadeqi125 2020-03-04 08:42:22
skys215 2020-03-04 08:39:01
Ok
i have unlimited cpanel in one year
skys215 2020-03-04 08:42:52
Congratulaion!
sadeqi125 2020-03-04 08:43:45
skys215 2020-03-04 08:39:01
Ok
shared
Genius_29 2020-03-04 08:44:20
How can implement search in welcome.blade.php using laravel which allows to redirect to another pages. I’m stack during implement this so how can solve this issue.
skys215 2020-03-04 08:45:00
Genius_29 2020-03-04 08:44:20
How can implement search in welcome.blade.php using laravel which allows to redirect to another pages. I’m stack during implement this so how can solve this issue.
use ajax, and location.href to the return of that request
Genius_29 2020-03-04 08:46:38
skys215 2020-03-04 08:45:00
use ajax, and location.href to the return of that request
So for ajax can solve it.
lexmaa 2020-03-04 08:50:19
hello guys. im not quite understand on how to use laravel form request
lexmaa 2020-03-04 08:50:58

im not sure why the $validated returns only []
lexmaa 2020-03-04 08:51:28
lexmaa 2020-03-04 08:51:37
lexmaa 2020-03-04 08:53:04

i assume the field “name” is null.
Genius_29 2020-03-04 08:55:11
If the name is null through validation not pass that name because the name is null
skys215 2020-03-04 08:57:37
I think it’s not laravel problem
skys215 2020-03-04 08:58:41
It’s laravel group
godwar53 2020-03-04 08:59:21
ok sir thanks
sadeqi125 2020-03-04 09:16:25
why you cant solve my problome
oxbir 2020-03-04 09:22:38
protected function mapWebRoutes()
{
if (redirect(‘/’)) {
Route::middleware(‘web’)
->namespace($this->namespace)
->group(base_path(‘routes/web.php’));
}
else
{
$locale = request()->segment(1);
app()->setLocale($locale);
Route::middleware(‘web’)
->namespace($this->namespace)
->prefix($locale)
->group(base_path(‘routes/web.php’));
}
}
Why redirect() in RouteServiceProvider not working.protected function mapWebRoutes()
{
if (redirect(‘/’)) {
Route::middleware(‘web’)
->namespace($this->namespace)
->group(base_path(‘routes/web.php’));
}
else
{
$locale = request()->segment(1);
app()->setLocale($locale);
Route::middleware(‘web’)
->namespace($this->namespace)
->prefix($locale)
->group(base_path(‘routes/web.php’));
}
}
Why redirect() in RouteServiceProvider not working.
harmlez_prinz 2020-03-04 09:23:08
lexmaa 2020-03-04 08:53:04
i assume the field “name” is null.
Check your html, make sure ur name tag is right
skys215 2020-03-04 09:33:02
oxbir 2020-03-04 09:22:38
protected function mapWebRoutes()
{
if (redirect(‘/’)) {
Route::middleware(‘web’)
->namespace($this->namespace)
->group(base_path(‘routes/web.php’));
}
else
{
$locale = request()->segment(1);
app()->setLocale($locale);
Route::middleware(‘web’)
->namespace($this->namespace)
->prefix($locale)
->group(base_path(‘routes/web.php’));
}
}
Why redirect() in RouteServiceProvider not working.protected function mapWebRoutes()
{
if (redirect(‘/’)) {
Route::middleware(‘web’)
->namespace($this->namespace)
->group(base_path(‘routes/web.php’));
}
else
{
$locale = request()->segment(1);
app()->setLocale($locale);
Route::middleware(‘web’)
->namespace($this->namespace)
->prefix($locale)
->group(base_path(‘routes/web.php’));
}
}
Why redirect() in RouteServiceProvider not working.
What you want to check in if()?
TursunboyevJahongir 2020-03-04 09:40:22
PATCH and PUT Request Does not Working with form-data
TursunboyevJahongir 2020-03-04 09:41:14
in Rest Api
lexmaa 2020-03-04 09:42:13
harmlez_prinz 2020-03-04 09:23:08
Check your html, make sure ur name tag is right
understood..the problem is i did not send anything
skys215 2020-03-04 09:42:43
Use post and pass input hidden _method with PUT or PATCH
It’s written in document
Akshay Bhardwaj 2020-03-04 11:49:45
On AWs when I am using composer update it showing msg killed
biraldino 2020-03-04 12:18:58
Are there UI design tools that can generate HTM or Mobile APP templates?
Gaurang Chauhan 2020-03-04 12:50:44
Someone has a Laravel project created
sadeqi125 2020-03-04 13:24:10
i
2020-03-04 13:36:24
hi
can iclude aimeos projects into our laravel 6 project ?
sadeqi125 2020-03-04 13:47:11
i cant get login user in laravel in cpanel why?
Roham0010 2020-03-04 13:47:43
Gaurang Chauhan 2020-03-04 12:50:44
Someone has a Laravel project created
For what use?
sadeqi125 2020-03-04 13:47:57
and when i login error session not show
beerstory19 2020-03-04 13:48:42
sadeqi125 2020-03-04 13:47:11
i cant get login user in laravel in cpanel why?
They’re the same
beerstory19 2020-03-04 13:49:03
Laravel user cannot direct login to cpanel
sadeqi125 2020-03-04 13:49:05
beerstory19 2020-03-04 13:48:42
They’re the same
can help please
beerstory19 2020-03-04 13:49:16
They aren’t the same *
← prev | next →