specialtactics / laravel-api-boilerplate

Laravel API Boilerplate | Quickly build quality API products!
MIT License
490 stars 94 forks source link

[BUG] #32

Closed codeace closed 4 years ago

codeace commented 4 years ago

Version Information PHP Version: 7.3 Package Version (l5-api): 1.0

Describe the bug Unable to use with laravel nova. Nova Login page just refresh when the correct credentials are supplied.

To Reproduce Steps to reproduce the behavior:

  1. Install laravel nova
  2. Try to login to Nova

Expected behavior Should be able to login with the correct credentials

Additional context Looks like there is a conflict with between the nova route and dingo

specialtactics commented 4 years ago

Hey @codeace thanks for reporting.

Sorry but, I can't consider it as a bug if it's just an incompatibility between an external dependency and a third party package.

The more appropriate place to report this might be in the dingo repo - but even so, I think it's actually just a matter of configuration, for how to integrate the two packages correctly.

If you are willing to do the work, let us know the outcome, and I will document it if anyone else is interested.