-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Unable to install #7
Comments
I guess there is something wrong with the installation or there are some packages which are the cause of this conflict. |
Thank you for the suggestion. I tried removing and reinstalling the package but unfortunately I get the same error. |
Do you have a fresh installation of Laravel? |
I just tried a fresh install with the latest version of laravel: Laravel Framework 8.76.2 Now when I navigate the /migrator URL I just get a 404 error. I've tried clearing all caches and changing the config setting from "auth" to "web" but still get the 404. Any suggestions? Thanks! P.S. Here's what my composer.json file looks like in case it is helpful: { |
It was fixed in |
Greetings,
This looks like a very useful package. Unfortunately after I install it and navigate to the "migrator" URL I get the following error:
ErrorException Undefined offset: 1 (View: C:\laragon\www\test_project\vendor\rezaamini-ir\migrator\resources\views\livewire\migration\read.blade.php)
Is there a compatibility issue with L8?
Thanks!
The text was updated successfully, but these errors were encountered: