You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new L10 project composer create-project laravel/laravel="10.*" myProject
Install the package composer require directorytree/bartender
Publish the service provider `php artisan vendor:publish --provider="DirectoryTree\Bartender\BartenderServiceProvider"
The migrations will be created in a folder
The text was updated successfully, but these errors were encountered:
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
Steps to reproduce
composer require directorytree/bartender
The text was updated successfully, but these errors were encountered: