David Carrdcblogdev.hashnode.devยทJul 3, 2022Laravel organise migrations into foldersWhen a project grows the migrations folder can contain a lot of migration, ever wanted to separate them into folders? turns out it's easy to so. All you need to do is tell Laravel where to read the migrations from. In your AppServiceProvider.php boot...1.2K readsLaravelAdd a thoughtful commentNo comments yetBe the first to start the conversation.