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] Upgrade Package Support To Laravel 8 #108

Merged
merged 2 commits into from
Jan 26, 2021

Conversation

dljfield
Copy link
Contributor

This moves us to L8. Most of the work has been put into making the tests pass, as we have moved to using the new, "improved" factories, rather than add the legacy factories package.

Additionally we have moved models to a Models namespace, to be in line with how a new L8 project is structured in that regard.

This moves us to L8. Most of the work has been put into making the tests pass, as we have moved to using the new, "improved" factories, rather than add the legacy factories package.

Additionally we have moved models to a `Models` namespace, to be in line with how a new L8 project is structured in that regard.
phpunit.xml.bak Outdated Show resolved Hide resolved
tests/TestCase.php Outdated Show resolved Hide resolved
- Remove phpunit.xml.bak
- Remove commented out code in TestCase.php
@dljfield dljfield merged commit 676810f into feature/package-support Jan 26, 2021
@dljfield dljfield deleted the feature/package-support-l8 branch January 26, 2021 10:08
rockbuzz pushed a commit to rockbuzz/sendportal that referenced this pull request Jan 29, 2022
* Upgrade to Laravel 8

This moves us to L8. Most of the work has been put into making the tests pass, as we have moved to using the new, "improved" factories, rather than add the legacy factories package.

Additionally we have moved models to a `Models` namespace, to be in line with how a new L8 project is structured in that regard.

* Make changes based on review

- Remove phpunit.xml.bak
- Remove commented out code in TestCase.php
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