dopr25398 2014-06-23 05:53
浏览 70
已采纳

不要在Laravel手册模块的Laravel包中使用Illuminate

When creating a package in Laravel, the packages use "\Illuminate\Support\ServiceProvider" in their *ServiceProvider.php. Which is located in the package \vendor directory.

public function boot()
{
    $this->package('faiawuks/articles');
    include __DIR__.'/../../../routes.php';
}

As you see I need Illuminate: $this->package to register my package specific routes.

I've noticed that Illuminate also exists inside the main vendor directory. Is it possible to remove the Illuminate vendor package for my created workbench package and use the main vendor\Illuminate package? I'ts going to be a private workbench package anyway?

I want to create 5+ packages for my application, so I can split it into 'modules'.

  • 写回答

1条回答 默认 最新

  • douan6931 2014-06-24 14:03
    关注

    Solved it for now by creating my own directory structure in the directory ./modules and using this in composer.json:

    "psr-0": {
        "Articles": "modules/"
    }
    

    inside the "autoload": { part. So my structure is as following:

    mylaravelproject
        - modules
            - Articles
            - *othermodules
    

    The PSR-0 autoloader looks for classes inside ./modules/Articles. The namespace to use in the Articles directory is:

    namespace Articles;
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 想问一下树莓派接上显示屏后出现如图所示画面,是什么问题导致的
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号