GithubHelp home page GithubHelp logo

Comments (2)

gnovaro avatar gnovaro commented on August 15, 2024

See this kohana/kohana#46

from core.

acoulton avatar acoulton commented on August 15, 2024

@chrisgo thanks for submitting this.

Kohana 3.3 and all the official modules already fully support installation with composer, and from 3.4 the sample application in kohana/kohana uses composer instead of git submodules to reference the core and all the modules.

By default the modules will be installed to the modules/name path for compatibility, but you can easily force this back to the composer standard locations by adding to your composer.json:

"extra": {
  "installer-paths": {
     "vendor/{$vendor}/{$name}": ["type:kohana-module"]
    }
}

Note that nothing in Kohana actually cares about where the /system or /modules directories are - you can put any module/package anywhere so long as you put the correct path to it in your bootstrap.php.

I'm not sure which Kohana email module you're using - there are a few, and none are official - but the issue with getting a duplicate SwiftMailer is to do with the way they've set up that dependency. It would probably be best to ask them to also publish their module as a composer package and move the swiftmailer dependency into their own composer.json so that it doesn't need to be directly initialised by them.

Alternatively you could just remove the email module you're using and use SwiftMailer directly - in our projects we've found that once you have swiftmailer as a composer package it doesn't really need anything else.

from core.

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.