We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the docs for Laravel 8 you have to swap out the composer dependency
However, Laravel 8 out of the box has the old Ignition as around 2.5
"facade/ignition": "^2.5",
Whereas this version is around ^1.0. This will cause a composer error if you just change the name.
So just to make it more clear you might want to add something that shows swapping that
"spatie/laravel-ignition": "^1.0"
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! We've added a bit more information (should appear later today).
Sorry, something went wrong.
No branches or pull requests
In the docs for Laravel 8 you have to swap out the composer dependency
However, Laravel 8 out of the box has the old Ignition as around 2.5
Whereas this version is around ^1.0. This will cause a composer error if you just change the name.
So just to make it more clear you might want to add something that shows swapping that
The text was updated successfully, but these errors were encountered: