8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
How to fill apikeyable_id column like this command php artisan api-key:generate --id=1 --type="App\User" in controller file?
I try
$user = User::find(10); $user->createApiKey();
But the apikeyable_id still null. apikeyable_type . have the good value.
apikeyable_id
apikeyable_type