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

Readme [Lumen]: Simpler solution for supporting additional Facades and a note on getting Eloquent mixin to work. #438

Closed
wants to merge 1 commit into from

Commits on Feb 2, 2017

  1. Readme: update Lumen Facades/Eloquent Mixin notes

    - Currently docs suggest to create `config/app.php` just for aliases
      (but to renaming it something else) and having to rename it back every
      time you need to re-generate your ide-helper files. Instead suggest
      copying the config/app.php from vendor folder (just like you would do
      to override any other values in this config) and adding your aliases
      to it and leaving the file there.
    - Also adds note on adding `Eloquent` to `aliases` array so that
      `@mixin \Eloquent` works for autocompletion.
    MitchellMcKenna committed Feb 2, 2017
    Copy the full SHA
    3a08e1b View commit details
    Browse the repository at this point in the history