Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ssmusoke opened this issue Apr 4, 2024 · 1 comment

Comments

@ssmusoke
Copy link

ssmusoke commented Apr 4, 2024

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
@ssmusoke ssmusoke changed the title Laravel 10 - migrations created in a folder Laravel 10 - migrations created in a folder which causes an error running them Apr 4, 2024
@stevebauman
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants