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

Tweak to the Laravel 8 Install Doc #31

Closed
2h4services opened this issue Jan 28, 2022 · 1 comment
Closed

Tweak to the Laravel 8 Install Doc #31

2h4services opened this issue Jan 28, 2022 · 1 comment

Comments

@2h4services
Copy link

In the docs for Laravel 8 you have to swap out the composer dependency
Screenshot_20220128_084934

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"
@AlexVanderbist
Copy link
Member

Thanks for the suggestion! We've added a bit more information (should appear later today).

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