Enabling Profile Photos in laravel8 JetStream
If you wish to allow users to upload custom profile photos, you must enable the feature in your config/jetstream.php
configuration file. To enable the feature, simply uncomment the feature entry from the features
configuration item within this file:
'features' => [
Features::profilePhotos(),
Features::api(),
Features::teams(),
],
storage:link
Artisan command. For information regarding this command,
No comments:
Post a Comment