migrations-generator icon indicating copy to clipboard operation
migrations-generator copied to clipboard

File put contents error. File not found

Open chilion opened this issue 8 years ago • 3 comments

When I try to create migrations, everything works fine until it passes the questions about migrations table etc, I get the following:

[ErrorException]
file_put_contents(/private/var/www/thingie/database/migrations/2017_03_1
6_132153_create_thing_table.php): failed to open stream: No such file or
directory

How?

chilion avatar Mar 16 '17 13:03 chilion

Does the directory '/private/var/www/thingie/database/migrations/' exist? and is it writable?

Xethron avatar Apr 04 '17 10:04 Xethron

Yes and Yes

chilion avatar Apr 10 '17 09:04 chilion

i have the same problem in laravel 5.7 file_put_contents(C:\Users\kadhem\Documents\DBMigrations\migrationDb\database/migrations/2019_02_27_124348_create_dbo."allDns"_table.php): failed to open stream

hadrumkadhemkilani avatar Feb 27 '19 12:02 hadrumkadhemkilani