installer icon indicating copy to clipboard operation
installer copied to clipboard

fix: Prompt database starter kits

Open mathiasgrimm opened this issue 5 months ago • 1 comments

It would only prompt for the database when not using a starter kit.

When using a starter kit, it would always use SQLite. Changed to prompt for the database when Interactive.

  • No starter kit: https://github.com/laravel/laravel/blob/12.x/composer.json#L46
  • Vue: https://github.com/laravel/vue-starter-kit/blob/main/composer.json#L50
  • React: https://github.com/laravel/react-starter-kit/blob/main/composer.json#L50
  • Livewire: https://github.com/laravel/livewire-starter-kit/blob/main/composer.json#L50

mathiasgrimm avatar Aug 03 '25 16:08 mathiasgrimm

Let me think on this one. I kinda like that you don't have to make too many decisions and everything "just works".

taylorotwell avatar Aug 04 '25 20:08 taylorotwell