-
Notifications
You must be signed in to change notification settings - Fork 160
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
Add Laravel 5.7 and 4.2 sample apps #89
Conversation
0f1d366
to
2bb93cf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good! But...
Would be great to document inside one of repository docs, how these projects were generated, so that its easy to redo-it if need be. Even if its very simple and standard command. This way we'll know down the line that it was standard command.
"Some" tests are failing :)
e9dd72f
to
b5a565a
Compare
b5a565a
to
27a83d8
Compare
Assigning back to @pawelchcki for final round of CR. These are the code changes after your lastest CR: https://github.com/DataDog/dd-trace-php/compare/2bb93cfd028e80a4f388c07106b0288174cfba11...27a83d8?expand=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 it
@@ -0,0 +1,21 @@ | |||
# Sample apps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff!
This PR adds sample Laravel 4.2 and 5.7 apps to the repo to be used during tests. It has been created through
composer create-project laravel/laravel your-project-name x.x.*
command and a few folders have been removed.In the future can be optimized, but for now we just push the entire default apps.
This PR just push the sample apps and not tests or shared code, so it can be easily merged. Work on tests will be done on a different branch.