Can't locate path
-
Hello, whenever I publish the vendor files, this error is always showing, specifically in migrations tag. How can I get rid/fix this? Thanks!!
-
Hi @reliec40
you can just run the vendor files by this command php artisan vendor:publish -
I just showed that the problem is in the migrations tag. this is when I'm trying to publish all. How can I get rid of the errors from migrations. I already checked the codes, but there is no publishables from migrations, so why is it trying to publish the migrations?
-
Hi @reliec40
Can you brief about your environment as we are unable to reproduce this issue?
-
I have the same issue. Installed on Mac using "composer create-project bagisto-bagisto-standard [project-name]".
-
Not sure if it's relevant, but I got the following warning when installing:
Failed to download bagisto/bagisto from dist: The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems): ZipArchive::extractTo(/Users/michaelhall/Sites/laravel/goldtonemusicgroup/vendor/composer/c6fadcdd/bagisto-bagisto-c88ca31/bin/codecept): failed to open stream: No such file or directory
Now trying to download from source -
Update: I installed with bagisto/bagisto instead of bagisto/bagisto-standard and the original issue went away.
-
@michaelhall923
Thanks for reporting this.This bug is already raised at github https://github.com/bagisto/bagisto/issues/3807