This is useful for anybody who is running Laravel Framework, but for some reason keep their User logic in Wordpress.
Note: This assumes any other Wordpress to Laravel migrations have already been taken care of (like adding remember_token to user table and setting up a User-model that extneds Illuminate\Contracts\Auth\Authenticatable)
requires either MikeMcLin\WpPassword or Hautelook\Phpass
PS. This can probably also be accomplished by swapping out the app-hasher for the entire project!