What is showing up on the screen?

|
Dev 2020-01-11 00:48:45
Welcome.
Dev 2020-01-11 00:49:29
By the way, keep your eye on your typos and namespace. LOL. 😛😉
Noorev7 2020-01-11 00:52:36
Loool I’ll
Noorev7 2020-01-11 00:52:52
Thx
G0MPER 2020-01-11 03:43:24
ErSoul 2020-01-10 22:37:23
that method is in the RegistersUsers trait

Very thx, I found finally 😀

rebory 2020-01-11 08:06:36
laravel_discuss-23755.jpg
i can’t understand why it conflict designer route / designer unable to access thi s route. friends any idea?
skys215 2020-01-11 08:23:12
rebory 2020-01-11 08:06:36
i can’t understand why it conflict designer route / designer unable to access thi s route. friends any idea?

Route resource includes show, so it conflicts with the bottom one

rebory 2020-01-11 08:24:32
skys215 2020-01-11 08:23:12
Route resource includes show, so it conflicts with the bottom one

sky i solve it actuallt little spelling mistake in my middleware . thanks for response

skys215 2020-01-11 08:28:59
Ok
2020-01-11 09:43:52
Hey Guys, I just published a Medium article titled “Lag Mobile App UI/UX Overview”.

Kindly click on the link below to read and view more. Thanks 🙏🏾
https://uxplanet.org/lag-mobile-app-460b479c6959

Lag Mobile App UI/UX Overview.Medium
UI/UX Design for a Student Mobile App.
Valentin 2020-01-11 11:13:23
Bonjour à tous et bonne année

J’ai un souci dans mon application, ma connexion marche par moment. Des fois elle passe et après elle ne passe plus je suis obliger d’attendre quelques heures et quand je réessaye après ça passe, quelqu’un aurait une idée du problème ?

Quand je regarde sur Google, je vois que c’est la version de laravel, mais leur solution est d’utiliser laravel version 5.1! Moi j’utilise la classe Auth() de laravel couplé avec spatie laravel pour gérer mes rôles sur une version 5.8

skys215 2020-01-11 11:32:01
Valentin 2020-01-11 11:13:23
Bonjour à tous et bonne année

J’ai un souci dans mon application, ma connexion marche par moment. Des fois elle passe et après elle ne passe plus je suis obliger d’attendre quelques heures et quand je réessaye après ça passe, quelqu’un aurait une idée du problème ?

Quand je regarde sur Google, je vois que c’est la version de laravel, mais leur solution est d’utiliser laravel version 5.1! Moi j’utilise la classe Auth() de laravel couplé avec spatie laravel pour gérer mes rôles sur une version 5.8

Sorry, English group

Valentin 2020-01-11 11:52:02
skys215 2020-01-11 11:32:01
Sorry, English group

Hello everyone and Happy New Year

I have a problem with my application, my connection is working at times. Sometimes it goes and then it doesn’t go and I have to wait a few hours and when I try again after it goes, would anyone have any idea what’s wrong?

When I look on Google, I see that it’s the laravel version, but their solution is to use laravel version 5.1! I use the Auth() class of laravel coupled with spatie laravel to manage my roles on a 5.8 version.

skys215 2020-01-11 11:53:36
Valentin 2020-01-11 11:52:02
Hello everyone and Happy New Year

I have a problem with my application, my connection is working at times. Sometimes it goes and then it doesn’t go and I have to wait a few hours and when I try again after it goes, would anyone have any idea what’s wrong?

When I look on Google, I see that it’s the laravel version, but their solution is to use laravel version 5.1! I use the Auth() class of laravel coupled with spatie laravel to manage my roles on a 5.8 version.

What do you mean by connection? Database connection?

Valentin 2020-01-11 11:58:52
skys215 2020-01-11 11:53:36
What do you mean by connection? Database connection?

No, I’m talking about the connection of different users to my application.

skys215 2020-01-11 12:02:18
The request will be rejected immediately or will take long time and says time out?
Valentin 2020-01-11 12:04:03
I’m not sure what you mean by that.
skys215 2020-01-11 12:06:06
What do you mean by “it goes”?
What is showing up on the screen? Is it loading for long time? Or it shows blank page immediately?
Valentin 2020-01-11 12:31:09
No, it’s not a blank page. It ignores my roles at one point and it redirects to the default page which is the login
skys215 2020-01-11 12:37:58
Valentin 2020-01-11 12:31:09
No, it’s not a blank page. It ignores my roles at one point and it redirects to the default page which is the login

Than the cookie maybe expired

Valentin 2020-01-11 12:40:48
skys215 2020-01-11 12:37:58
Than the cookie maybe expired

No, when the cookie expires it redirects to the login. My problem is that at times my user roles are ignored when logging in and then it starts to be considered again a few hours later.

skys215 2020-01-11 12:45:33
Valentin 2020-01-11 12:40:48
No, when the cookie expires it redirects to the login. My problem is that at times my user roles are ignored when logging in and then it starts to be considered again a few hours later.

try write some logs, it’s important to narrow down the problem

Relaxed Guy 2020-01-11 12:52:08
Any one who has worked with curl wen dealing with end points
Relaxed Guy 2020-01-11 12:53:02
Laravel with curl
skys215 2020-01-11 12:55:28
Relaxed Guy 2020-01-11 12:53:02
Laravel with curl

Have you tried guzzle?

Relaxed Guy 2020-01-11 12:56:36
Guzzle uses curl
Relaxed Guy 2020-01-11 12:56:38
Too
Relaxed Guy 2020-01-11 12:56:51
Do u have an example of curl…
Relaxed Guy 2020-01-11 12:57:04
I look at it am trying to interact with a remote api
skys215 2020-01-11 13:07:43
Relaxed Guy 2020-01-11 12:56:36
Guzzle uses curl

But guzzle should be handling special cases I guess

skys215 2020-01-11 13:08:07
Relaxed Guy 2020-01-11 12:57:04
I look at it am trying to interact with a remote api

Try dumping the response

Relaxed Guy 2020-01-11 13:08:50
skys215 2020-01-11 13:07:43
But guzzle should be handling special cases I guess

I have succeeded with…..

Relaxed Guy 2020-01-11 13:09:00
Handling crud..
Relaxed Guy 2020-01-11 13:09:20
BT now user access control using endpoints… Is my problem
Java_man 2020-01-11 13:12:00
Hello my friends
One important question
I have a laravel web app version 5.6
But it has a cors error
I was installed spate/laravel-cors and fruitcake/laravel-cors and config them
But the problem still exists
Would you help me plz
Valentin 2020-01-11 13:12:40
skys215 2020-01-11 12:45:33
try write some logs, it’s important to narrow down the problem

Ok

skys215 2020-01-11 13:15:15
Java_man 2020-01-11 13:12:00
Hello my friends
One important question
I have a laravel web app version 5.6
But it has a cors error
I was installed spate/laravel-cors and fruitcake/laravel-cors and config them
But the problem still exists
Would you help me plz

And what’s the problem

Java_man 2020-01-11 13:35:29
skys215 2020-01-11 13:15:15
And what’s the problem

Cors error

skys215 2020-01-11 13:36:05
Java_man 2020-01-11 13:35:29
Cors error

What’s the exact error

Java_man 2020-01-11 13:38:01
laravel_discuss-23810.jpg

2020-01-11 13:41:16
https://github.com/spatie/laravel-cors

GitHub – spatie/laravel-cors: Send CORS headers in a Laravel applicationGitHub
Send CORS headers in a Laravel application. Contribute to spatie/laravel-cors development by creating an account on GitHub.
Begroups 2020-01-11 13:41:38
Java_man 2020-01-11 13:12:00
Hello my friends
One important question
I have a laravel web app version 5.6
But it has a cors error
I was installed spate/laravel-cors and fruitcake/laravel-cors and config them
But the problem still exists
Would you help me plz

Have you configured it?

skys215 2020-01-11 13:42:01
Java_man 2020-01-11 13:38:01

What’s the settings of cors.php?

Begroups 2020-01-11 13:42:01
2020-01-11 13:41:16
https://github.com/spatie/laravel-cors

Refers you to this and follow steps into reame

Java_man 2020-01-11 13:43:24
Begroups 2020-01-11 13:41:38
Have you configured it?

Yes sure

Java_man 2020-01-11 13:46:30
skys215 2020-01-11 13:42:01
What’s the settings of cors.php?

laravel_discuss-23816.jpg

skys215 2020-01-11 13:48:16
I assume that it’s X-Requested-With
Java_man 2020-01-11 13:52:55
skys215 2020-01-11 13:48:16
I assume that it’s X-Requested-With

It wasn’t there after some search l added that but nothing work

Java_man 2020-01-11 13:53:26
If i remove that the problem still exists
Omidmm16 2020-01-11 14:16:46
Hi my friends .
I want to extend a class and override methods , that class is thirty party in installed package , and this class uses by other packages
please suggest solution for my issue
|