Coder Social home page Coder Social logo

Comments (7)

esserj avatar esserj commented on August 18, 2024

Have you loaded the module through composer?

from rbacuserdoctrineorm.

esserj avatar esserj commented on August 18, 2024

I'll have a look later in the evening,

from rbacuserdoctrineorm.

acaciovilela avatar acaciovilela commented on August 18, 2024

yes, I ran through composer, and all their dependencies. I've made some changes for tryin' to solve but no success yet, if I have a goal, i'll post here.

from rbacuserdoctrineorm.

esserj avatar esserj commented on August 18, 2024

If it helps you can always try FlyCMSApplication, its got a working version of it,
I pulled the module loose afterwards for reusability by the community, maybe something broke
or I missed a critical piece of configuration, ill anyways have a look in the evening if u didn't find a solution already by then

from rbacuserdoctrineorm.

acaciovilela avatar acaciovilela commented on August 18, 2024

@esserj i got a solution, see if it's a good one:

I've added getAutoloaderConfig() at Module.php of module

public function getAutoloaderConfig()
{
    return array(
        'Zend\Loader\StandardAutoloader' => array(
            'namespaces' => array(
                __NAMESPACE__ => __DIR__,
            ),
        ),
    );
}

if it's good one, i would like to send a contribution...

from rbacuserdoctrineorm.

esserj avatar esserj commented on August 18, 2024

sure, looks good, weird that composer doesn't recognize the namespace,
If you submit a pull request I'll accept

from rbacuserdoctrineorm.

esserj avatar esserj commented on August 18, 2024

Do also specify the appropriate interface on the Module component please

from rbacuserdoctrineorm.

Related Issues (5)

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.