Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

Save new user with more the basic details #511

Open xydeown opened 9 years ago

xydeown commented 9 years ago

Hi , I using old confide because of code issues . Any way i try when save new user add more column parameter (user_group_id) but all i try its not working . only save basic details . Here i open new question please review and help me here / there as like :

http://stackoverflow.com/questions/28386796/laravel-4-confide-when-create-new-user-add-more-paramater-to-column

i don't understand what is wrong ?

andrewelkins commented 9 years ago

What version of Confide are you using? What version of Laravel?

xydeown commented 9 years ago

laravel 4.1 , confide i don't know , old one before half year .

andrewelkins commented 9 years ago

It's hard for me to help without knowing what code you are using.

Can you look at your composer.lock file and let me know what the version and commit hash is?

"name": "zizaco/confide",
            "version": "some-version-here",
            "source": {
                "type": "git",
                "url": "https://github.com/Zizaco/confide.git",
                "reference": "some-hash-here"
            },