ulobby / NeoEloquent

An extension of Laravel Elqouent that supports Neo4j, a native graph database
MIT License
41 stars 17 forks source link

Error after execution of neo4j:make:migration #27

Closed cedvict closed 3 years ago

cedvict commented 3 years ago

Hi Guys

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

Can someone help to resolve it ? Please

harris21 commented 3 years ago

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 commented 3 years ago

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
raavus-funkmaster commented 3 years ago

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 commented 3 years ago

Thanks for the tip @raavus-funkmaster !

@cedvict The fix will be released once reviewed 😄