Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "--without-migration-prompt" option does not exist. #50418

Closed
aleksanm opened this issue Mar 8, 2024 · 5 comments
Closed

The "--without-migration-prompt" option does not exist. #50418

aleksanm opened this issue Mar 8, 2024 · 5 comments
Assignees

Comments

@aleksanm
Copy link

aleksanm commented Mar 8, 2024

Laravel Version

11

PHP Version

8.2.16

Database Driver & Version

sglite

Description

By installing new laravel 11 with jetstream, vue and inertia, dark,api, its stops with error:

The "--without-migration-prompt" option does not exist.

Steps To Reproduce

laravel new l11 --dev

@driesvints
Copy link
Member

@aleksanm does it work now if you try again?

@aleksanm
Copy link
Author

aleksanm commented Mar 8, 2024

Nop, the same..

@aleksanm
Copy link
Author

aleksanm commented Mar 8, 2024

laravel $ laravel new l11 --dev

   _                               _
  | |                             | |
  | |     __ _ _ __ __ ___   _____| |
  | |    / _` | '__/ _` \ \ / / _ \ |
  | |___| (_| | | | (_| |\ V /  __/ |
  |______\__,_|_|  \__,_| \_/ \___|_|


 ┌ Would you like to install a starter kit? ────────────────────┐
 │   ○ No starter kit                                           │
 │   ○ Laravel Breeze                                           │
 │ › ● Laravel Jetstream 
 ┌ Which Jetstream stack would you like to install? ────────────┐
 │   ○ Livewire                                                 │
 │ › ● Vue with Inertia                                         │
 └──────────────────────────────────────────────────────────────┘
 ┌ Would you like any optional features? ───────────────────────┐
 │   ◼ API support                                              │
 │ › ◼ Dark mode                                                │
 │   ◻ Email verification                                       │
 │   ◻ Team support                                             │
 │   ◻ Inertia SSR                                              │
 └──────────────────────────────────────────────────────────────┘

┌ Which testing framework do you prefer? ──────────────────────┐
 │ › ● Pest                                                     │
 │   ○ PHPUnit                                                  │
 └──────────────────────────────────────────────────────────────┘

 ┌ Would you like to initialize a Git repository? ──────────────┐
 │ ● Yes / ○ No                                                 │
 └──────────────────────────────────────────────────────────────┘

 ┌ Which database will your application use? ───────────────────┐
 │   ○ MySQL                                                    │
 │   ○ MariaDB                                                  │
 │   ○ PostgreSQL                                               │
 │ › ● SQLite                                                   │
 │   ○ SQL Server                                               │
 └──────────────────────────────────────────────────────────────┘

And it's stops:


> @php artisan vendor:publish --tag=laravel-assets --ansi --force

   INFO  No publishable resources for tag [laravel-assets].  

No security vulnerability advisories found.

                                                           
  The "--without-migration-prompt" option does not exist.  
                                                           

   INFO  Application ready in [l11]. You can start your local development using:

➜ cd l11
➜ php artisan serve

  New to Laravel? Check out our bootcamp and documentation. Build something amazing!

@aleksanm
Copy link
Author

aleksanm commented Mar 8, 2024

laravel $ php -v
PHP 8.2.16 (cli) (built: Feb 13 2024 15:22:59) (NTS gcc x86_64)
Copyright (c) The PHP Group
Zend Engine v4.2.16, Copyright (c) Zend Technologies
    with Zend OPcache v8.2.16, Copyright (c), by Zend Technologies
laravel $ laravel -V
Laravel Installer 5.5.3

@driesvints
Copy link
Member

This should be resolved now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants