php artisan api-key:generate --user-id=1
). So artisan can generate a key for all existing users but what should be done to account for new users? I am thinking that a command should be bound to the App\Users and a new key generated "on the fly" as a user is created. Is this correct or is there a better way? Thanks!
composer update
would do