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

Can't install in a fresh laravel application #6

Open
Jamesking56 opened this issue Jul 6, 2021 · 2 comments
Open

Can't install in a fresh laravel application #6

Jamesking56 opened this issue Jul 6, 2021 · 2 comments

Comments

@Jamesking56
Copy link

Just tried this package in a fresh version of the latest Laravel and immediately hit issues with Composer:

Using version ^1.1 for proxeuse/fortify-tabler
./composer.json has been updated
Running composer update proxeuse/fortify-tabler --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires laravel/framework ^8.40, found laravel/framework[v8.40.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 2
    - laravel/tinker is locked to version v2.6.1 and an update of this package was not requested.
    - laravel/tinker v2.6.1 requires illuminate/console ^6.0|^7.0|^8.0 -> found illuminate/console[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
  Problem 3
    - laravel/sail is locked to version v1.8.3 and an update of this package was not requested.
    - laravel/sail v1.8.3 requires illuminate/console ^8.0|^9.0 -> found illuminate/console[dev-master, v8.0.0, ..., 8.x-dev, 9.x-dev (alias of dev-master)] but these were not loaded, likely because it conflicts with another require.
  Problem 4
    - facade/flare-client-php 1.8.1 requires illuminate/pipeline ^5.5|^6.0|^7.0|^8.0 -> found illuminate/pipeline[v5.5.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
    - facade/ignition 2.10.2 requires facade/flare-client-php ^1.6 -> satisfiable by facade/flare-client-php[1.8.1].
    - facade/ignition is locked to version 2.10.2 and an update of this package was not requested.


Installation failed, reverting ./composer.json and ./composer.lock to their original content.
@syahzul
Copy link
Contributor

syahzul commented Jul 22, 2021

Perhaps you're using Laravel 7.x. Try it on Laravel 8, should be fine.

@Jamesking56
Copy link
Author

Perhaps you're using Laravel 7.x. Try it on Laravel 8, should be fine.

I am on Laravel 8:

Root composer.json requires laravel/framework ^8.40, found laravel/framework[v8.40.0, ..., 8.x-dev]

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