Closed kirkbushell closed 1 year ago
Installing a clean copy of nova isn't publishing the migrations
Fresh install, Laravel and Nova, go through the install steps.
Nova installation will not publish the migrations, so artisan migrate does nothing, thereby resulting in lots of errors soon as you log in.
Default installation doesn't publish migrations and it would load from Nova source code by default. Mind sharing the reproduction repository so we can debug the generated code.
Description:
Installing a clean copy of nova isn't publishing the migrations
Detailed steps to reproduce the issue on a fresh Nova installation:
Fresh install, Laravel and Nova, go through the install steps.
Nova installation will not publish the migrations, so artisan migrate does nothing, thereby resulting in lots of errors soon as you log in.