-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
--realpath option on artisan migrate [L5.5] does not exist #213
Comments
Whooops you have a typo in your docs namespace on
should be
Thus this issue would be from that being silently swallowed and never reported. |
Wrote up a PR |
I just ran into this issue. Seems like the |
@jshayes No it works. Read this issue and the related PR. All the info is there and in the documentation. |
@andrewmclagan Ah, you're right. My test case was missing the Thanks. |
Yeah i think it needs better documenting. I had the same issue. |
Not worth it, |
This describes how to resolve the issue when using Laravel 5.5: https://github.com/orchestral/testbench/tree/3.5#running-testing-migrations |
There are allot of issues stating this with a
comment.
After investigation and installing version
3.5.x
of this package corresponding to laravel5.5.x
and looking at the internals of theIlluminate\Database\Console\Migrations\Migrate
command. There really is no--realpath
option forartisan migrate
.From
Illuminate\Database\Console\Migrations\Migrate
and from
Orchestra\Testbench\Concerns\WithLoadMigrationsFrom
Unless of course you are overriding this command, which I doubt.
The text was updated successfully, but these errors were encountered: