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

Support for Laravel 7.x #332

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open

Support for Laravel 7.x #332

wants to merge 1 commit into from

Conversation

mkwsra
Copy link

@mkwsra mkwsra commented Mar 30, 2020

No description provided.

@mkwsra
Copy link
Author

mkwsra commented Apr 6, 2020

@etrepat Can I please take over and maintain this package?

@KalimeroMK
Copy link

it trow

In Container.php line 993:
                                                                               
  Unresolvable dependency resolving [Parameter #1 [ <required> $customStubPath ]] in class Illuminate\Database\Migrations\MigrationCreator

on update

ChrisThompsonTLDR added a commit to ChrisThompsonTLDR/baum that referenced this pull request Apr 26, 2020
@mkwsra
Copy link
Author

mkwsra commented Jul 3, 2020

Well, if you are creating a new Laravel 7 project and you would like to use version 1 or 2, and Composer is preventing you from installing it, follow these simple steps:

1- Have a version of this library/package within your root directory under a directory named libraries
libraries directory

2- Autoload it in composer.json: exactly under "App\\": "app/", add the following line:
"Baum\\": "libraries/baum/src/"
So the final version would be:

portion of composer.json

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

Successfully merging this pull request may close these issues.

None yet

2 participants