Closed
Description
What happened?
By running php artisan native:migrate fresh
, I expected the whole database schema to be refreshed and all data gone as explained in the docs.
How to reproduce the bug
When I run the command, the output is as follows:
No arguments expected for "native:migrate" command, got "fresh".
Package Version
0.4.0
PHP Version
8.2.8
Laravel Version
10.18.0
Node Version
20.5.0
Which operating systems does with happen with?
macOS
Notes
No response