-
Notifications
You must be signed in to change notification settings - Fork 582
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
Laravel 5.7 #181
Comments
Nevermind, after running the command: AGAIN!!!!!!!!!! it worked????????? |
Ok........ i checked. `white@DESKTOP-P31GL3E MINGW64 /d/opleiding/projects/oscommercemigrations.local Generating migrations for: action_recorder, address_book, address_format, administrators, banners, banners_history, categories, categories_description, configuration, configuration_group, countries, currencies, customers, cus Do you want to log these migrations in the migrations table? [Y/n] :
Migration table created successfully. Next Batch Number is: 1. We recommend using Batch Number 0 so that it becomes the "first" migration [Default: 0] : ` |
lol sighhhhhhhhh i just typed 0 and it worked. Let this be a lesson for the rest! |
This is probably the best issue on GitHub |
LOL |
You probably want this too: composer require --dev "xethron/migrations-generator" So you get 2.x instead of 1.3. |
Command "migrate:generate" is not defined.
Enviroment: Windows 10
Use: Homestead
$laravel new migrations
after:
composer require --dev "xethron/migrations-generator:~1.3.0"
changed .env according
runned homestead:
vagrant up --provision
Took my db.sql
I run: php artisan migrate:generate
I get in return:
Command "migrate:generate" is not defined.
Did you mean one of these?
event:generate
key:generate
migrate
migrate:fresh
migrate:install
migrate:refresh
migrate:reset
migrate:rollback
migrate:status
The text was updated successfully, but these errors were encountered: