Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel's migrate:fresh command not working #3

Open
frans-slabbekoorn opened this issue Jan 9, 2024 · 1 comment
Open

Laravel's migrate:fresh command not working #3

frans-slabbekoorn opened this issue Jan 9, 2024 · 1 comment

Comments

@frans-slabbekoorn
Copy link

When running the php artisan migrate:fresh command in a laravel project, an error gets thrown (file_put_contents(): Unable to find the wrapper "s3" - did you forget to enable it when you configured PHP?) in the refreshDatabaseFile where the following line of code gets executed:

file_put_contents($this->connection->getDatabaseName(), '');

Can this method be overwritten by the package to handle the file upload correctly?

@mnapoli
Copy link
Owner

mnapoli commented Jan 9, 2024

Ohhh, interesting! 🤔

I'm not sure how to tackle this yet, I might be facing this soon so we'll see! (no promises)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants