The question is how do i handle all these plans using laravel cashier?

|
harmlez_prinz 2020-07-12 12:54:43
That is all i did
YOUCODEWORLD 2020-07-12 12:54:48
how to getstart your server?
harmlez_prinz 2020-07-12 12:55:15
Yes
harmlez_prinz 2020-07-12 12:55:45
The vue is embedded in the laravel folder
YOUCODEWORLD 2020-07-12 12:56:01
you view localhost:8000 try
harmlez_prinz 2020-07-12 12:56:19
Am i doing it wrong?
harmlez_prinz 2020-07-12 12:56:38
YOUCODEWORLD 2020-07-12 12:56:01
you view localhost:8000 try

I am running a single server

harmlez_prinz 2020-07-12 12:57:21
Which is localhost:8000 or 127.0.0.1:8000
YOUCODEWORLD 2020-07-12 12:57:46
you install teamviewer on your computer?
YOUCODEWORLD 2020-07-12 13:00:22
harmlez_prinz 2020-07-12 12:56:38
I am running a single server

laravel_discuss-44742.jpg
maybe you Vue requet not include accept=>application/json

harmlez_prinz 2020-07-12 13:02:35
YOUCODEWORLD 2020-07-12 13:00:22
maybe you Vue requet not include accept=>application/json

I am using websanova

harmlez_prinz 2020-07-12 13:03:42
i followed this tutorial

https://medium.com/@ripoche.b/create-a-spa-with-role-based-authentication-with-laravel-and-vue-js-ac4b260b882f

Create a SPA with role-based authentication with Laravel and Vue.jsMedium
######################
YOUCODEWORLD 2020-07-12 13:04:31
It’s convenient for you to look at it remotely. Because you don’t even know what you’re doing.
harmlez_prinz 2020-07-12 13:05:27
YOUCODEWORLD 2020-07-12 13:04:31
It’s convenient for you to look at it remotely. Because you don’t even know what you’re doing.

u are kind of right, i am trying to wrap my head around it …..

looking complex

harmlez_prinz 2020-07-12 13:05:54
i have tried and search online, all options i was given is not working
YOUCODEWORLD 2020-07-12 13:06:28
it’s simple problem. but you can understand it
harmlez_prinz 2020-07-12 13:06:57
YOUCODEWORLD 2020-07-12 13:06:28
it’s simple problem. but you can understand it

been on it for over 24 hours though

harmlez_prinz 2020-07-12 13:07:11
first time of coming across this type of error
YOUCODEWORLD 2020-07-12 13:07:44
You think there’s no solution to this problem? It’s a problem that many people have and it’s easy to solve.
harmlez_prinz 2020-07-12 13:08:49
YOUCODEWORLD 2020-07-12 13:07:44
You think there’s no solution to this problem? It’s a problem that many people have and it’s easy to solve.

I know their is a solution, I just dont seem to get were the error is, but i have a feeling, it is from my backend

YOUCODEWORLD 2020-07-12 13:09:05
I’ve said that many times. But I don’t know how you do it.
YOUCODEWORLD 2020-07-12 13:10:01
https://laracasts.com/series/laravel-vue-and-spas/episodes/7

Cross-Origin Resource Sharing (CORS)Laracasts
Due to security concerns, it’s not always so easy to make a cross-origin AJAX request to fetch…
YOUCODEWORLD 2020-07-12 13:11:13
You’re tired. It’s not the App。😄
karthick_sivakumar 2020-07-12 13:20:34
Wats the difference btw Passport & JWT
harmlez_prinz 2020-07-12 13:33:48
YOUCODEWORLD 2020-07-12 13:11:13
You’re tired. It’s not the App。😄

As in

harmlez_prinz 2020-07-12 13:34:57
YOUCODEWORLD 2020-07-12 13:10:01
https://laracasts.com/series/laravel-vue-and-spas/episodes/7

laravel_discuss-44758.jpg
Solved, just need to add the core to my api array

YOUCODEWORLD 2020-07-12 13:35:43
So i tall you take a piture. but you did’t
YOUCODEWORLD 2020-07-12 13:36:02
laravel_discuss-44760.jpg

Sharath 2020-07-12 16:53:53
Can some one share the paypal payment gate way integration in laravel video/docs
web_artisan77 2020-07-12 20:33:11
hey, my lumen API is not working after deployment
web_artisan77 2020-07-12 20:33:36
do I need to open any port or something in my server?
karthick_sivakumar 2020-07-12 21:02:19
Wats the difference btw Passport & JWT bro.
2020-07-12 21:04:31
Hi The system of liking the relationship between tables is the most logical mode of multi-multiple relationship or one-to-many I do not want to use the package
Roham0010 2020-07-12 21:20:43
web_artisan77 2020-07-12 20:33:11
hey, my lumen API is not working after deployment

What is the error what did you do share some screenshots …

Roham0010 2020-07-12 21:23:39
karthick_sivakumar 2020-07-12 21:02:19
Wats the difference btw Passport & JWT bro.

Google said:
Answer. The “tymondesigns/jwt-auth” is a PHP Laravel implementation of the JWT protocol. On the other hand, Passport also uses JWT by default plus a huge extra, a complete Oauth2 implementation

karthick_sivakumar 2020-07-12 21:25:10
Roham0010 2020-07-12 21:23:39
Google said:
Answer. The “tymondesigns/jwt-auth” is a PHP Laravel implementation of the JWT protocol. On the other hand, Passport also uses JWT by default plus a huge extra, a complete Oauth2 implementation

Ok. Thanks bro.
Bro do u know when to use JWT or Passport in API.

web_artisan77 2020-07-12 21:26:08
Roham0010 2020-07-12 21:20:43
What is the error what did you do share some screenshots …

In a minute, I’m not home right now

Roham0010 2020-07-12 21:29:12
karthick_sivakumar 2020-07-12 21:25:10
Ok. Thanks bro.
Bro do u know when to use JWT or Passport in API.

If you have simple auth for your users use jwt if you want more flexibility or want to have a oauth2 features use passport
Also in the laravel 7 there is another builtin package that is really smooth sanctum you can use it too

karthick_sivakumar 2020-07-12 21:30:25
Roham0010 2020-07-12 21:29:12
If you have simple auth for your users use jwt if you want more flexibility or want to have a oauth2 features use passport
Also in the laravel 7 there is another builtin package that is really smooth sanctum you can use it too

Wat is that inbuilt package bro

Roham0010 2020-07-12 21:33:32
karthick_sivakumar 2020-07-12 21:30:25
Wat is that inbuilt package bro

Sanctum

karthick_sivakumar 2020-07-12 21:35:10
Thanks. Is that more powerful than passport or jwt bro
niyazvpp 2020-07-13 06:33:05
Hi friends,
Is there any way to make laravel web page load faster????
niyazvpp 2020-07-13 06:46:08
What is the last step of laravel project, I mean changing something in .env file?
2020-07-13 07:03:54
niyazvpp 2020-07-13 06:33:05
Hi friends,
Is there any way to make laravel web page load faster????

Yes there are lots depends on your server…
And checkout lighthouse performance they can tell ypu the tips to increase speed..it really works…

niyazvpp 2020-07-13 07:05:23
2020-07-13 07:03:54
Yes there are lots depends on your server…
And checkout lighthouse performance they can tell ypu the tips to increase speed..it really works…

But, everytime I load a page for first time, it takes more time to….
Y?

niyazvpp 2020-07-13 07:49:06
niyazvpp 2020-07-13 06:46:08
What is the last step of laravel project, I mean changing something in .env file?

Plz reply

Roham0010 2020-07-13 10:29:07
niyazvpp 2020-07-13 07:49:06
Plz reply

https://laravel.com/docs/7.x/deployment

Laravel – The PHP Framework For Web ArtisansLaravel
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
web_artisan77 2020-07-13 10:49:23
I have a laravel+lighthouse api, its working in my domain with the playground tool, but I cannot access from remote client, any idea?
Ameerul Adib MZA 2020-07-13 10:51:26
i have a question

im planning on making subscription module using laravel cashier and stripe. my subscription packages are as following

(required, choose only 1)
plan 1 – $12/month
plan 2 – $19/month
plan 3 – $25/month

(optional, can choose more than 1)
package 1 – $3/user/month
package 2 – $4/user/month
package 3 – $3/user/month

the question is how do i handle all these plans using laravel cashier?

from my understanding of laravel docs, cashier only takes the plans created in stripe and set it to users. it’s pretty straight forward if i only have to implement the required plans. but i have no idea how to handle the optional packages.

2020-07-13 11:11:35
Hellow out there
|