Giter Club home page Giter Club logo

Comments (5)

RyanThompson avatar RyanThompson commented on June 2, 2024

Did you first run ‘composer install’ ?

‘php artisan serve’ works all the same with Pyro.

You might need a host name locally to run properly but sounds like you’ve got dependencies missing perhaps

from pyrocms.

RyanThompson avatar RyanThompson commented on June 2, 2024

Did you first run ‘composer install’ ?

‘php artisan serve’ works all the same with Pyro.

You might need a host name locally to run properly but sounds like you’ve got dependencies missing perhaps

from pyrocms.

jamols09 avatar jamols09 commented on June 2, 2024

@RyanThompson not sure what version I am using pyro so I could tell you what version I have but I am using composer 2 and used composer install --ignore-platform-reqs then composer update --no-plugins

I noticed that there are skipped installations such as
The "anomaly/streams-composer-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
The "wikimedia/composer-merge-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.

image

There are some on the few issues I've picked upon running installation on composer 2. Btw Laragon also hosts the project automatically if you're quire familiar with Laragon

On my composer.json
I have these

require: {
        "pyrocms/starter-theme": "~1.0.0",
        "pyrocms/accelerant-theme": "~1.0.0",
}

-- UPDATE--
Found pyrocms version its at distribution.php

return [
    'name'        => 'PyroCMS',
    'description' => 'Build better Laravel websites and applications faster with Pyro.',
    'version'     => 'v3.4',
];

Guess if I have no other way to fix this I will have to change to composer 1 and use PHP 7.2.X

from pyrocms.

jamols09 avatar jamols09 commented on June 2, 2024

So I've used composer 1 and PHP 7.2.X
I am able to install the packages smoothly
I encountered error in model Class 'Anomaly\Streams\Platform\Model\Users\UsersRolesEntryModel' not found and found a solution but the solution gives me a different error
image

from pyrocms.

RyanThompson avatar RyanThompson commented on June 2, 2024

Ahh, so a little older install. PHP 7.4 is what you want, then run composer update again because Symfony has a bunch of polyfills that will adjust to that PHP version.

from pyrocms.

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.