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

[ADVAPP-293]: Implement Laravel Octane and OPCache #512

Merged
merged 26 commits into from
Feb 8, 2024

Conversation

Orrison
Copy link
Collaborator

@Orrison Orrison commented Feb 8, 2024

Ticket(s) or GitHub Issue

Technical Description

Sets up that application to use Laravel Octane with RoadRunner. The application will automatically start the Octane server in the background once the container is started.

There are some new .env variables I added to the .env.example you will want to review.

LARAVEL_OCTANE_WATCH for example you should set to true locally so you get auto Octane reload on file changes.

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Content or styling update (Changes which don't affect functionality)
  • DevOps
  • Documentation

Screenshots (if appropriate)

Any deployment steps required?

A deployment step could be a command that needs to be executed or an ENV key that needs to be added, for example.

  • Yes, please specify
  • No

Before contributing and submitting this PR, make sure you have:

  • Read the contributing guidelines.
  • Title the PR with the ticket/issue number and a short description of the changes made. Or if no ticket/issue exists, title the PR with a short description of the changes made
  • Linked a relevant ticket or issue or describe the issue/feature which this PR resolves/implements.
  • Resolved all conflicts, if any.
  • Rebased your branch PR on top of the latest upstream main branch.

Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
This reverts commit ea05da3.

Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
@Orrison Orrison requested a review from a team February 8, 2024 20:40
@Orrison Orrison self-assigned this Feb 8, 2024
Orrison and others added 4 commits February 8, 2024 15:53
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Signed-off-by: Kevin Ullyott <kevin@kirschbaumdevelopment.com>
Copy link

sonarqubecloud bot commented Feb 8, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@Orrison Orrison merged commit 351fe9a into main Feb 8, 2024
7 checks passed
@Orrison Orrison deleted the feature/ADVAPP-293-octane branch February 8, 2024 21:49
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.

3 participants