Is the Laravel app on the main account domain?

|
Stan 2021-01-09 09:11:34
susheelk985 2021-01-09 09:03:36
web’,’auth:api

Did you use has token trait in user model?

susheelk985 2021-01-09 09:12:36
Stan 2021-01-09 09:11:34
Did you use has token trait in user model?

Yes. HasApiTokens

Stan 2021-01-09 09:13:25
susheelk985 2021-01-09 09:12:36
Yes. HasApiTokens

If you send the bearer token correctly then it should work I guess

Stan 2021-01-09 09:14:05
Except the bearer token has expired
Stan 2021-01-09 09:14:31
If so, authenticate again
susheelk985 2021-01-09 09:16:16
I login and generate another token and pass it but no change
Stan 2021-01-09 09:16:29
php artisan passport:install
susheelk985 2021-01-09 09:16:40
Stan 2021-01-09 09:16:29
php artisan passport:install

Yes

Stan 2021-01-09 09:16:41
Did you run this command?
susheelk985 2021-01-09 09:17:13
Stan 2021-01-09 09:16:41
Did you run this command?

Yes already done

susheelk985 2021-01-09 09:18:26
The same token is used in the logout api, that is worked properly
Stan 2021-01-09 09:20:37
php artisan passport:client –personal

How about this?

Unknownuser009 2021-01-09 09:55:02
How to upload laravel project in c panel with image folder
TecherrorNR9 2021-01-09 09:58:25
laravel_discuss-65927.jpg

TecherrorNR9 2021-01-09 09:58:57
TecherrorNR9 2021-01-09 09:58:25

How would it be right

TecherrorNR9 2021-01-09 09:59:10
TecherrorNR9 2021-01-09 09:58:57
How would it be right

this error

juvenilia_xs 2021-01-09 10:26:21
Hi guys. 🌹
Doe’s anyone worked with VuePress ??
i have some Qs .
GistOf 2021-01-09 10:31:50
Unknownuser009 2021-01-09 09:55:02
How to upload laravel project in c panel with image folder

What have you tried? What has been the problem?

Unknownuser009 2021-01-09 10:55:55
GistOf 2021-01-09 10:31:50
What have you tried? What has been the problem?

Ya there is problem with css file .when i run my site it will not execute

GistOf 2021-01-09 11:01:00
The CSS file is not being found?
GistOf 2021-01-09 11:02:33
Unknownuser009 2021-01-09 10:55:55
Ya there is problem with css file .when i run my site it will not execute

Is the Laravel app on the main account domain?

GistOf 2021-01-09 11:04:16
If it’s on an addon domain, you can point the domain to the public folder of your app
Unknownuser009 2021-01-09 11:07:29
Ok
2021-01-09 11:12:24
Hey guys iam facing an issue with my website …

So a couple of days ago i deployed laravel project in cpanel it was working fine .
Today it is giving me error

PHP Fatal error: Interface ‘JsonSerializable’ not found in

2021-01-09 11:44:34
Any help ?
Rashid 2021-01-09 12:53:48
any godaddy users here
TecherrorNR9 2021-01-09 12:54:07
TecherrorNR9 2021-01-09 09:58:25

Help please 🥺🥺

nazmulpcc 2021-01-09 15:12:12
TecherrorNR9 2021-01-09 12:54:07
Help please 🥺🥺

This is not an error. Laravel installer has been installed.

TecherrorNR9 2021-01-09 15:24:09
nazmulpcc 2021-01-09 15:12:12
This is not an error. Laravel installer has been installed.

But laravel CMD not working

nazmulpcc 2021-01-09 15:24:40
You probably did not add laravel in your “path”
TecherrorNR9 2021-01-09 15:25:21
nazmulpcc 2021-01-09 15:24:40
You probably did not add laravel in your “path”

So how will it be okay

nazmulpcc 2021-01-09 15:25:37
export PATH=”$PATH:$HOME/.config/composer/vendor/bin”
nazmulpcc 2021-01-09 15:25:54
add this line in your ~/.bashrc file
nazmulpcc 2021-01-09 15:26:04
and open a new terminal
TecherrorNR9 2021-01-09 15:26:54
nazmulpcc 2021-01-09 15:25:54
add this line in your ~/.bashrc file

So how find this file

|