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 v11 compatibility? illuminate/auth & illuminate/cache dependency issues #86

Closed
mngarwood opened this issue Aug 2, 2024 · 6 comments
Labels

Comments

@mngarwood
Copy link

Expected behavior

Able to install the laravel-forestadmin package in my Laravel 11 project without issue.

Actual behavior

Installation fails.

Failure Logs

Your requirements could not be resolved to an installable set of packages.

Problem 1
- forestadmin/laravel-forestadmin[1.0.0, ..., 1.2.6] require illuminate/auth ^8.0|^9.0 -> found illuminate/auth[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- forestadmin/laravel-forestadmin[1.3.0, ..., 1.3.1] require illuminate/auth ^8.0|^9.0|^10.0 -> found illuminate/auth[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.18] but these were not loaded, likely because it conflicts with another require.
- forestadmin/laravel-forestadmin[2.0.0, ..., 2.1.2, 3.0.0, ..., 3.0.2] require illuminate/cache ^8.0|^9.0|^10.0 -> found illuminate/cache[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.18] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires forestadmin/laravel-forestadmin * -> satisfiable by forestadmin/laravel-forestadmin[1.0.0, ..., 1.3.1, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 3.0.0, 3.0.1, 3.0.2].

Context

M1 Mac, composer updated to latest stable version (2.7.7).

  • Package Version: any (prefer latest)
  • Laravel Version: v11.10.0
@matthv
Copy link
Member

matthv commented Aug 5, 2024

Hello @mngarwood

Thanks for your feedback.
I have just created a ticket on our dashboard and will get back to you as soon as we have resolved the compatibility issue with laravel 11.

@mngarwood
Copy link
Author

Thank you @matthv!

Do you have any rough guess as to how long it might be (days, weeks, or months)? That would help me make better informed decisions for my current project.

@matthv
Copy link
Member

matthv commented Aug 6, 2024

We have estimated it at about a week.
I'll keep you posted as soon as we publish.

@matthv matthv closed this as completed in 957aa8b Aug 12, 2024
forest-bot added a commit that referenced this issue Aug 12, 2024
# [3.1.0](v3.0.2...v3.1.0) (2024-08-12)

### Features

* **onboard:** laravel 11 compatibily ([#87](#87)) ([957aa8b](957aa8b)), closes [#86](#86)
@forest-bot
Copy link
Member

🎉 This issue has been resolved in version 3.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@matthv
Copy link
Member

matthv commented Aug 12, 2024

Hello @mngarwood

We have released the new version that allows you to onboard with laravel 11.
The framework has recently removed the doctrine package dependency and in order not to rewrite our datasource we have made the choice to keep this dependency for now.
This has a slight impact (only on instrospection), as we open a second connection to retrieve all the application's tables.

@mngarwood
Copy link
Author

Amazing! I was able to install without issue. Thanks so much, and thanks for the explanation.

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

No branches or pull requests

3 participants