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

Error after execution of neo4j:make:migration #27

Closed
cedvict opened this issue Feb 2, 2021 · 4 comments · Fixed by #31
Closed

Error after execution of neo4j:make:migration #27

cedvict opened this issue Feb 2, 2021 · 4 comments · Fixed by #31

Comments

@cedvict
Copy link

cedvict commented Feb 2, 2021

Hi Guys

When I try to execute php artisan neo4j:make:migration, I get this
image

Can someone help to resolve it ? Please

@harris21
Copy link
Member

harris21 commented Feb 2, 2021

Hello @cedvict,

could you please give us some more information:

  1. What's your Laravel version?
  2. Which version of NeoEloquent do you use?
  3. which PHP version?
  4. What's your OS?

I just tried generating a new migration using the same command and it worked as expected.

Thanks!

@cedvict
Copy link
Author

cedvict commented Feb 3, 2021

Hello @cedvict,

could you please give us some more information:

  1. What's your Laravel version?
  2. Which version of NeoEloquent do you use?
  3. which PHP version?
  4. What's your OS?

I just tried generating a new migration using the same command and it worked as expected.

Thanks!

Hello @harris21

Thanks for you reply

  1. Laravel v8
  2. ulobby/NeoEloquent v8.0
  3. Php v7.4
  4. OS ubuntu 20.04

@berteltorp berteltorp added the question Further information is requested label Feb 3, 2021
@raavus-funkmaster
Copy link

I had this problem in my local a while back. It was looking for migration.stub, which is a file that I believe is intended to be identical to blank.stub in this repo (or migration.blank.stub in some forks). I made a copy of the blank.stub file and renamed it to migration.stub and I keep it there and haven't had any problems since.

@berteltorp
Copy link
Member

Thanks for the tip @raavus-funkmaster !

@cedvict The fix will be released once reviewed 😄

@berteltorp berteltorp removed the question Further information is requested label Feb 15, 2021
berteltorp added a commit that referenced this issue Feb 16, 2021
🐛 Fix for #27  (new migration stubs)
SimonThordal pushed a commit that referenced this issue Mar 18, 2021
🐛 Fix for #27  (new migration stubs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants