0

Is it possible to use Laravel Socialite and Laravel Cashier in the same Laravel 5.1 application?

I have done many searches online and have found no examples of this being done, only others asking if it an be done as well and no answers.

Has anyone done this, know of a project that does this, or simply know if it's possibble to use them together?

JasonDavis
  • 48,204
  • 100
  • 318
  • 537

1 Answers1

0

Laravel Socialite and Laravel Cashier can be used together. Laravel Socialite and Laravel Cashier both relies on the users-table. You shouldnt bump into any issues using both in the same Laravel Application.

Mauran Muthiah
  • 1,198
  • 9
  • 21