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

is it able to work with Octane? #55

Open
arivelli opened this issue Jul 9, 2021 · 9 comments
Open

is it able to work with Octane? #55

arivelli opened this issue Jul 9, 2021 · 9 comments

Comments

@arivelli
Copy link

arivelli commented Jul 9, 2021

Hey Folks,

I was able to put my project (which use laravel-multidomain) to work with octane (swoole), with no additional effort it is able to run cli commands.
But when I try from web looks like only use the original .env file no matter the domain I use. Any suggestion to solve it?

Thank in advance

@gecche
Copy link
Owner

gecche commented Jul 27, 2021

Hi,

sorry for the delay... I'm very very constrained in this period...

However, I never used Octane, so I'm not able to properly answer you...
Anyway, since the CLI is working, maybe Octane does some customization in the App\Http\Kernel class or even in the main Illuminate\Foundation\Application class

But I don't have the code, so I'm only guessing

Cheers

Giacomo

@arivelli
Copy link
Author

any news here?

@gecche
Copy link
Owner

gecche commented Oct 11, 2022

nope… I’m sorry but I don’t use Octane so I’m not be able to help… I left the issue open but it seems nobody could help

cheers

giacomo

@raulamoretti
Copy link

I will test Octane + Swoole with multidomain! If somebody test before, call here!

@negartarh
Copy link

I will test Octane + Swoole with multidomain! If somebody test before, call here!

Hi
What was the result of your test?

@valsha
Copy link

valsha commented Mar 24, 2023

I will test Octane + Swoole with multidomain! If somebody test before, call here!

Hi, any news? Thanks.

@raulamoretti
Copy link

Hey guys!

In my initial tets it dont work. Only get original .env.
I will commit in github my test.

Thanks!

@valsha
Copy link

valsha commented Apr 17, 2023

@gecche any chance to add support Octane? Thank you.

@fpolli
Copy link

fpolli commented Apr 1, 2024

I think Octane support would require a massive change in architecture of the package. Octane splits off part of execution to run once and stay in memory. This package is based on the normal execution where the entire execution flow is run per request. I plan to use Octane with FrankenPHP so maybe I will fork the repo here and develop it for that paradigm. I need it anyway. It would be great if a more experienced coder were to do it, but...

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

No branches or pull requests

6 participants