DirectoryTree / Bartender

An opinionated way to authenticate users using Laravel Socialite.
MIT License
254 stars 9 forks source link

Laravel 10 - migrations created in a folder which causes an error running them #3

Closed ssmusoke closed 7 months ago

ssmusoke commented 7 months ago

Steps to reproduce

  1. Create a new L10 project composer create-project laravel/laravel="10.*" myProject
  2. Install the package composer require directorytree/bartender
  3. Publish the service provider `php artisan vendor:publish --provider="DirectoryTree\Bartender\BartenderServiceProvider"
  4. The migrations will be created in a folder
Screenshot 2024-04-04 at 19 31 10
stevebauman commented 7 months ago

Fixed in v1.0.1. Thanks for the report! 🙏