In laravel for registration I\'m using encrypt algorithm for password instead of inbuilt bcrypt function in Laravel because to get password and send it to mail when password
If you run multiple project and passes one encryption key to another project, Just make sure you have made same APP_KEY to your both project.