Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

5.2 php artisan laracogs:starter #5

Closed
ghost opened this issue Apr 18, 2016 · 2 comments
Closed

5.2 php artisan laracogs:starter #5

ghost opened this issue Apr 18, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Apr 18, 2016

so i ran php artisan laracogs:starter and migrated and seeded, then when i want to create a new user, i get this error

Exception in UserService.php line 82:
We were unable to generate your profile, please try again later.

i readed the docs but what im a missing ?

@mlantz
Copy link
Member

mlantz commented Apr 19, 2016

You need to set the email config to log unless you have email set up on your environment. Since the create method is a try catch, and DB transaction - if it cannot send the email then it fails to create the user.

@ghost
Copy link
Author

ghost commented Apr 19, 2016

Ok thanks

@ghost ghost closed this as completed Apr 19, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant