laravel-enso / enso

Laravel Vue SPA, Bulma themed. For demo login use `admin@laravel-enso.com` & `password` -
https://www.laravel-enso.com
MIT License
1.08k stars 277 forks source link

Missing "beforeMigration" option? #360

Closed adithewonderboy closed 3 years ago

adithewonderboy commented 3 years ago

This is a bug.

Prerequisites

Description

I just started to update to the latest version and following the update steps, I got an error when I execute "php artisan enso:upgrade --beforeMigration"

image

Am I doing something wrong here? Thanks!

heyner29 commented 3 years ago

Yes, the option is --before-migration

adithewonderboy commented 3 years ago

Thanks, Then please update the upgrade steps too: image