I just transferred my laravel application to another computer and I installed composer. I run the installation of the composer at the root of the project, but it shows the following error:
{"error":{"type":"ErrorException","message":"file_put_contents(\/meta\/services.
json): failed to open stream: No such file or directory","file":"C:\\national-fl
eet\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","l
ine":71}}
I tried the application / repository CACLS -R 755 (as admin) and then updating the composer, but with the same error. bootstrap / compiled.php does not exist in my project. What should I do?
user3660185
source
share