laravel / nova-issues

556 stars 34 forks source link

Migrations not published with nova:install #5774

Closed kirkbushell closed 1 year ago

kirkbushell commented 1 year ago

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.

crynobone commented 1 year ago

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.