Do you want to delete the product from server if license key was invalid?

|
skys215 2019-12-20 11:14:29
No idea
Khoerulhumam 2019-12-20 12:16:25
I want to ask friends, I have already used the fire route but I can’t find it when I use it, does anyone know or have anyone ever experienced it?
faramarz_q 2019-12-20 14:42:50
Hi, i have a api with jwt auth base, the problem with this is that if womeome get the toksn, they can call the APIs to get raw datawith a tool like postman, is there any way to avoid this problem???
LiceaPacheco 2019-12-20 16:33:03
skys215 2019-12-20 06:38:40
That means it returned 500 for your api
Check the log of your called api

thanks i will look at it

LiceaPacheco 2019-12-20 16:35:33
faramarz_q 2019-12-20 14:42:50
Hi, i have a api with jwt auth base, the problem with this is that if womeome get the toksn, they can call the APIs to get raw datawith a tool like postman, is there any way to avoid this problem???

as far as I understand postman emulates http requests, so I don’t see the reason why you prevent that. because anyway if you do it from a browser it is the same result.

Paras Chaudhary 2019-12-20 17:12:14
2019-12-18 21:13:51
whate problem ?

two post method available with same url

faramarz_q 2019-12-20 17:14:54
User agent can also be changed on postmn or python
Fatima 2019-12-20 22:38:58
I have logged in but when in my middleware auth()->check() returns false
Fatima 2019-12-20 22:39:17
Fatima 2019-12-20 22:38:58
I have logged in but when in my middleware auth()->check() returns false

What is the problem???

mahdyfo 2019-12-20 22:42:15
Fatima 2019-12-20 22:39:17
What is the problem???

u should use auth middleware before any other middlewares to have the correct auth state

Fatima 2019-12-20 22:46:18
mahdyfo 2019-12-20 22:42:15
u should use auth middleware before any other middlewares to have the correct auth state

مرسی درست شد🌹😊

mahdyfo 2019-12-20 22:50:02
Fatima 2019-12-20 22:46:18
مرسی درست شد🌹😊

wlc 😉

virajzaveri 2019-12-21 10:44:23
Yes. Share your code
virajzaveri 2019-12-21 10:51:31
Try to use closure
virajzaveri 2019-12-21 10:52:28
And if possible, add withCount() and sort collection
virajzaveri 2019-12-21 10:52:41
DM me your code
virajzaveri 2019-12-21 11:09:46
Sent
coderme 2019-12-21 11:32:24
laravel_discuss-21770.jpg
the following data would have been submitted to the server …
?
LiceaPacheco 2019-12-21 15:11:09
an example, Character :: all () -> groupBy (‘droid’);
LiceaPacheco 2019-12-21 15:11:31
Use it as example
LiceaPacheco 2019-12-21 15:11:48
In the controller
LiceaPacheco 2019-12-21 15:12:01
Be the force stay with you
joel_jorle 2019-12-21 15:31:35
I need a best free website templates.
There is a torrent uri… For a best website template..
Or alternative ???
2019-12-21 15:45:03
Hello everybody, I know how I can do multi-level referral system, but I don’t know how I can do bonuses
2019-12-21 15:52:20
laravel_discuss-21786.jpg
How clear
2019-12-21 15:55:37
May be install new admin panel
2019-12-21 15:57:22
How do installed
coderingof 2019-12-21 16:16:51
Hello, What adminpanel free you offer for laravel
skys215 2019-12-21 17:02:22
2019-12-21 15:45:03
Hello everybody, I know how I can do multi-level referral system, but I don’t know how I can do bonuses

What do you mean how to do bonus?

2019-12-21 17:57:00
To shorten and profit time in validation 🚀🚀🚀🚀🚀🚀

store()
User::create($request->all() );

update()
$user = User::findOrFail($id);
$user->update($request->all() );

abdulmejidshemsu 2019-12-21 19:52:12
coderingof 2019-12-21 16:16:51
Hello, What adminpanel free you offer for laravel

voyager

mahdyfo 2019-12-21 19:54:06
2019-12-21 17:57:00
To shorten and profit time in validation 🚀🚀🚀🚀🚀🚀

store()
User::create($request->all() );

update()
$user = User::findOrFail($id);
$user->update($request->all() );

The second one can be done using model binding so the findOrFail will be automatically ran.

coderingof 2019-12-21 19:56:02
abdulmejidshemsu 2019-12-21 19:52:12
voyager

Thanks, voyager installing on laravel 6?

efe_da_first 2019-12-22 05:14:43
Am trying to install laravel on my live server, am getting: php warning: readfile(): https:// wrapper is disabled
skys215 2019-12-22 06:05:37
efe_da_first 2019-12-22 05:14:43
Am trying to install laravel on my live server, am getting: php warning: readfile(): https:// wrapper is disabled

what did you do?

skys215 2019-12-22 06:06:11
I don’t know what’s your question
VINS_MACH 2019-12-22 13:37:01
Hi, i am looking for a nice theme with laravel and crud module included.

In themeforest / codecanyon there is nothing.

Can someone help me?

Mortezaa_Jafari 2019-12-22 13:38:42
VINS_MACH 2019-12-22 13:37:01
Hi, i am looking for a nice theme with laravel and crud module included.

In themeforest / codecanyon there is nothing.

Can someone help me?

Use voyager ….you should make frontend theme only

Mortezaa_Jafari 2019-12-22 13:44:52
Hi..
Do you want to delete the product from server if license key was invalid?
Whats your policy fir hiding that request api?
VINS_MACH 2019-12-22 13:48:05
Mortezaa_Jafari 2019-12-22 13:38:42
Use voyager ….you should make frontend theme only

I have tried it in the past and had problems.

you couldn’t create ternary relationships, there were bugs with many-to-many relationships.

and I have not found documentation on how to integrate an administrator backend with graphs and ui interfaces

Mortezaa_Jafari 2019-12-22 13:50:40
VINS_MACH 2019-12-22 13:48:05
I have tried it in the past and had problems.

you couldn’t create ternary relationships, there were bugs with many-to-many relationships.

and I have not found documentation on how to integrate an administrator backend with graphs and ui interfaces

I agree with you about that it has improvements but its not complete yet….what about Octobercms?

VINS_MACH 2019-12-22 13:52:07
Mortezaa_Jafari 2019-12-22 13:50:40
I agree with you about that it has improvements but its not complete yet….what about Octobercms?

i never used it. have you ever used it?
and, what do you think about laravel nova? orchid software (with builder) ?

Mortezaa_Jafari 2019-12-22 13:55:56
I’ve done multiple projects with october cms like fully commerce,company website and…

Nova is not free so i didnt use it but its seems good
Orchid software?whats that?send me some link

VINS_MACH 2019-12-22 13:57:25
https://orchid.software/

Orchid – Laravel Admin Panel
A free Laravel package that abstracts standard business logic and allows code-driven rapid application development of back office applications like admin panels and dashboards.
VINS_MACH 2019-12-22 13:57:54
there is a builder package that can be installed
Mortezaa_Jafari 2019-12-22 14:05:08
I will try that…
it has only 1k star but october cms and voyager has 8k
2019-12-22 15:12:38
Anyone use laravel nova here?
2019-12-22 15:33:34
Hi, I need to do multi-level referral system, I find it, how do u think it is can help me?
2019-12-22 15:33:36
https://laracasts.com/discuss/channels/eloquent/database-model-multilevel-referral-system

Database model Multilevel Referral SystemLaracasts
How can i setup my database models for multilevel referral system ? 1 User can have several Users under him, thos Users can also have Child Users on 8…
Elahe 2019-12-22 17:13:50
Hi,
Can I use voyager and customize it for my android app admin panel ?
|