GithubHelp home page GithubHelp logo

ERROR : Can't install at all about craftable HOT 9 CLOSED

DaBourz avatar DaBourz commented on June 3, 2024
ERROR : Can't install at all

from craftable.

Comments (9)

palypster avatar palypster commented on June 3, 2024

I'm sad for your poor experience with installing Craftable.

If you still want to give it a shot, please attach the error output (let's not mix all different approaches, choose one way and let's debug it).

from craftable.

DaBourz avatar DaBourz commented on June 3, 2024

Annotation 2022-09-28 145541

from craftable.

DaBourz avatar DaBourz commented on June 3, 2024

C:\xampp80\htdocs\my_project>craftable install --no-sail
Crafting Craftable :) ...
Aborted.

from craftable.

palypster avatar palypster commented on June 3, 2024

Have you tried to read this thread?

#331

from craftable.

DaBourz avatar DaBourz commented on June 3, 2024

Yep, the manual install also fails... It doesn't support Laravel 8 anymore, supporting 9 apparatly broke the L8 version. So it is only Laravel 9 from now on. But manual install fails also....

from craftable.

DaBourz avatar DaBourz commented on June 3, 2024

composer create-project laravel/laravel example-app
cd example-app
composer require brackets/craftable

Annotation 2022-09-28 150459

from craftable.

DaBourz avatar DaBourz commented on June 3, 2024

Looks like it's this :

https://pullanswer.com/questions/bug-compatible-error-with-psr-simplecache-cacheinterface-get

You probably need to change the MaatWebSite\Excel lib version.....

from craftable.

strstensky avatar strstensky commented on June 3, 2024

This issue is connected with the maatwebsite/excel package. It requires psr/simple-cache 1.0, however, Laravel 9 installs the newest version. Therefore you have to downgrade psr/simple-cache manually before Craftable installation using composer require psr/simple-cache:^1.0.

from craftable.

palypster avatar palypster commented on June 3, 2024

Installing Craftable using standard way, via installer, should work and I can confirm it works on our environment (using Sail). So it has something to do with the platform (Windows) you're using. Try installing it on a linux server.

@DaBourz what @stringsam has said is true when installing it manual way (means first installing empty Laravel app and then requiring craftable) - you need to downgrade the psr/simple-cache before installing. Please try it and let us know.

from craftable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.