Hi, after I logout and I try to login back in, it redirects to the logout route, why is this?

|
krishu_7 2021-02-16 11:06:31
Hello guys
could you please tell me how can I display associative array inside an array
Jomitz 2021-02-16 11:07:24
array[]=[1=>’hai’,2=>’hello’]
Jomitz 2021-02-16 11:09:03
krishu_7 2021-02-16 11:06:31
Hello guys
could you please tell me how can I display associative array inside an array

☝️

krishu_7 2021-02-16 11:21:19
laravel_discuss-70356.jpg

krishu_7 2021-02-16 11:21:34
Could you please tell me the code to get the response like this
Batu157 2021-02-16 11:29:12
krishu_7 2021-02-16 11:21:34
Could you please tell me the code to get the response like this

We are not magicians, we can only tell you that is a JSON string. Parse objects needed to get that response

stealthSnake 2021-02-16 11:37:29
Yasser 2021-02-16 10:08:10

Should it be
setlocale?

krishu_7 2021-02-16 12:12:21
Batu157 2021-02-16 11:29:12
We are not magicians, we can only tell you that is a JSON string. Parse objects needed to get that response

If you don’t know that’s Okey don’t make fun on someone who have doubts or questions. Not everyone is perfect
Anyways thanks for your precious reply πŸ‘

Batu157 2021-02-16 12:13:09
krishu_7 2021-02-16 12:12:21
If you don’t know that’s Okey don’t make fun on someone who have doubts or questions. Not everyone is perfect
Anyways thanks for your precious reply πŸ‘

I’m helping always I can, but with 0 information we cannot help

Batu157 2021-02-16 12:13:35
Understand it’s more a guessing task than a development one
Jomitz 2021-02-16 12:15:43
stealthSnake 2021-02-16 11:37:29
Should it be
setlocale?

yes

FH 2021-02-16 13:36:25
salam😐
rootkings 2021-02-16 13:55:52
Hey guys, i have a rest api, when i fetch the item image, random image coming by click but not coming in foreach. My problem is: this is all item images: https://loremflickr.com/250/250
now when i going to in loop returnin just same photo. How can i parse image for each item

redamakhchan 2021-02-16 14:00:38
FH 2021-02-16 13:36:25
salam😐

wslm

FonteneleBR 2021-02-16 15:00:18
rootkings 2021-02-16 13:55:52
Hey guys, i have a rest api, when i fetch the item image, random image coming by click but not coming in foreach. My problem is: this is all item images: https://loremflickr.com/250/250
now when i going to in loop returnin just same photo. How can i parse image for each item

Try “https://loremflickr.com/250/250?_={$timestampOrRandomNumberHere}”

ahaneef 2021-02-16 15:18:18
Haneef Ansari
Mobile :00971582449065
Office 701, Al Masaood Tower 2,
Street Name: Airport Road,
Area: Deira,
State / Emirates : Dubai,
Country: United Arab Emirates
rootkings 2021-02-16 15:47:54
FonteneleBR 2021-02-16 15:00:18
Try “https://loremflickr.com/250/250?_={$timestampOrRandomNumberHere}”

Bingo! Thanks a lot sir πŸ™‚

FonteneleBR 2021-02-16 15:48:17
your browser made a cache… so this is a ‘hack’
natghi2010 2021-02-16 16:21:16
Hi, after I logout and I try to login back in, it redirects to the logout route, why is this?
Kapil Sharma 2021-02-16 17:09:14
I have contrroler and resource to build api here the problem is i am using overtrue like system and getting user liked videos and count for api ‘s

Problem is that i am not getting user liked data based on id of like table and stuck on how to do this as no like model is there

Kapil Sharma 2021-02-16 17:11:30
But user like data is there but ordering is by id of clip
DesolatorMagno 2021-02-16 17:18:59
Use a service as pastebin don’t just send a document.
sarr_zx 2021-02-16 18:31:21
Hello
I need a help anyone can create small website for me and i’ll give her or him money for that
amir_0787 2021-02-16 19:28:41
hello friends
i have problems with route and url in my html codes
finally i did it with a simple way like this
<a href=”resources/views/front/index.blade.php”>

what can i do as a standard coding
thanks for your reply

DesolatorMagno 2021-02-16 19:31:51
https://laravel.com/docs/8.x/helpers#urls-method-list
There are many options to choice, but i prefer route($routeName)
amir_0787 2021-02-16 19:37:30
DesolatorMagno 2021-02-16 19:31:51
https://laravel.com/docs/8.x/helpers#urls-method-list
There are many options to choice, but i prefer route($routeName)

thanks bro
i did it before but i don’t know why gives me the error that name wasn’t modified!

amir_0787 2021-02-16 19:41:19
the second error is when i give a $pagetitle to indexController and i want to use it in <title>{{$pagetitle}}</title> gives me this error:
Undefined variable: pagetitle
2021-02-16 19:43:38
any expert php/reactjs developer here who can help me build up a dynamic chart willing to pay for help as well
DesolatorMagno 2021-02-16 19:45:23
“name wasn’t modified”? that’s a weird error.
DesolatorMagno 2021-02-16 19:45:50
You could show some code to understand better.
amir_0787 2021-02-16 19:45:58
DesolatorMagno 2021-02-16 19:45:23
“name wasn’t modified”? that’s a weird error.

yes that is my problem

amir_0787 2021-02-16 19:46:11
DesolatorMagno 2021-02-16 19:45:50
You could show some code to understand better.

sure bro

amir_0787 2021-02-16 19:47:06
<a href=”{{route( __index )}}”>Home</a>
amir_0787 2021-02-16 19:48:37
route:
Route::get(‘/front’,’IndexController@index’)->name(‘Home’);
DesolatorMagno 2021-02-16 19:51:10
there is so many things wrong there that i don’t know where to start..
|