Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: When you add an external resource to your modules composer.json have it auto register in the service provider. #9

Open
edster opened this issue Sep 17, 2016 · 1 comment

Comments

@edster
Copy link
Contributor

edster commented Sep 17, 2016

[Feature]: When you add an external resource to your modules composer.json have it auto register in the service provider.

Added to

"require": {
    "maddhatter/laravel-fullcalendar": "~1.0"
  }

have it auto register in the service provider

@websemantics
Copy link
Owner

Looking at laravel-fullcalendar project repo, this is a tricky one,

From the project docs,

Then register the service provider in your app.php config file:

'MaddHatter\LaravelFullcalendar\ServiceProvider',

And optionally create an alias:

'Calendar' => 'MaddHatter\LaravelFullcalendar\Facades\Calendar',

I'll need a way for the builder to reliably read such details for composer added packages, .. ideas?

I'll leave this open for a while in case I come across a solution or someone suggest an approach,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants