You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Laravel 12 + NativePHP v1 (for Desktop) + Windows WSL2 Ubuntu + VS Code
While the usual command works: php artisan migrate:rollback
The above command will rollback local database, not the database inside the development folder (expected).
Based on the docs, command php artisan native:migrate is used to run migration on the dev DB. So I thought to rollback the migration, the command php artisan native:migrate:rollback should be working, but instead, it gives an error:
ERROR The "native:seed" command cannot be found because it is registered under multiple names.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Using Laravel 12 + NativePHP v1 (for Desktop) + Windows WSL2 Ubuntu + VS Code
While the usual command works:
php artisan migrate:rollback
The above command will rollback local database, not the database inside the development folder (expected).
Based on the docs, command
php artisan native:migrate
is used to run migration on the dev DB. So I thought to rollback the migration, the commandphp artisan native:migrate:rollback
should be working, but instead, it gives an error:ERROR The "native:seed" command cannot be found because it is registered under multiple names.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions