You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an app which is based on Laravel Zero, and I want to make a backup from there for another Laravel app. The problem is that I get errors all the time, e.g. phar or similar.
Error: ERROR touch(storage/app/backup-temp/temp/manifest.txt): Failed to open stream: phar error: "storage/app/backup-temp/temp/manifest.txt" is not a file in phar "/Users/x/PhpstormProjects/project/utility/builds/tool".
what i need to do?
laravel zero app which is a executable tool from there i want to create backup on other laravel app
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have an app which is based on Laravel Zero, and I want to make a backup from there for another Laravel app. The problem is that I get errors all the time, e.g. phar or similar.
BackupJobFactory::createFromArray(config('backup'))->run();
Error:
ERROR touch(storage/app/backup-temp/temp/manifest.txt): Failed to open stream: phar error: "storage/app/backup-temp/temp/manifest.txt" is not a file in phar "/Users/x/PhpstormProjects/project/utility/builds/tool".
what i need to do?
Beta Was this translation helpful? Give feedback.
All reactions