Giter VIP home page Giter VIP logo

Comments (4)

kossak31 avatar kossak31 commented on May 9, 2024

not the best code but it works!

must create new row USERNAME in table SOCIAL_LOGINS.

just copy paste the public function getSocialHandle($provider) in controller/auth/AuthController.php

[http://pastebin.com/CMhiqrcU]

from laravel-auth.

jeremykenedy avatar jeremykenedy commented on May 9, 2024

Cool, you can create a seed that will add for you to make it part of your deployment process. Let me know if you need help. Thanks.

from laravel-auth.

kossak31 avatar kossak31 commented on May 9, 2024

i only know the command "php artisan db:seed" for seed. i make a insert in sql with array but i didnt make very well

keep the good work i just learn a lot from your code thanks!

from laravel-auth.

jeremykenedy avatar jeremykenedy commented on May 9, 2024

Thank you. I just realized that it's not a seed you would create but a migration to update the table. It is easy to do in command line, Here is the doc on how to: https://laravel.com/docs/5.1/migrations , about half way through there is a section on adding columns to existing tables via migration. It's pretty handy. Thank you again.

from laravel-auth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.