-
Notifications
You must be signed in to change notification settings - Fork 47
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
qcubed 4 on php 8.x #1332
Comments
Personally still actively using qcubed. |
Hi, I still use the qcubed-4 framework and it works fine for me, but here you have to remember that this framework doesn't work properly since PHP 8.1. I had tested it myself on the php version. This framework works well up to PHP 8. I cloned from qcubed to qcubed-4 and manage it myself, because there is no sign of life in the community and it was necessary to carry out updates, etc. I also changed composer to 2.0 minimum so that it could continue to work. If the time is so far that, for example, PHP 8.1 should be switched to, unfortunately, a lot of reworking will have to be done. |
Sorry I have one necessary job left to do, it's travis. I also have to rework here, so far I've had fast times and more to come :(: |
Tiit Papp,
Feel free to share your work. :)
…On Wed, 28 Sept 2022 at 09:48, Tiit Papp ***@***.***> wrote:
Sorry I have one necessary job left to do, it's travis. I also have to
rework here, so far I've had fast times and more to come :(:
—
Reply to this email directly, view it on GitHub
<#1332 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA26OE4O3OLC2WNWZ3Z3J3LWAPZ6NANCNFSM6AAAAAAQXJPN7Y>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Where to share your work, here :) ? I have made some small updates in the qcubed-4 version, I don't remember anymore, all the updates or fixes were for this framework to work on PHP 8.0 as it should be... |
Also, for your information, https://qcubed.eu/ works on qcubed-4 and PHP 8.0 :) |
Hey @matthiaz , if you're interested in qcubed-4, I'll make you an admin too? |
always interested :)
…On Wed, 28 Sept 2022 at 10:11, Tiit Papp ***@***.***> wrote:
Hey @matthiaz <https://github.com/matthiaz> , if you're interested in
qcubed-4, I'll make you an admin too?
—
Reply to this email directly, view it on GitHub
<#1332 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA26OE2E6M65KRIBCUKHX2DWAP4UTANCNFSM6AAAAAAQXJPN7Y>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I ported QCubed to Go and use it there. Its pretty mature, but lacks documentation. It generally works the same though. Start with a database and it outputs a CRUD website that you alter. Structure of model, form and panel are similar too. The advantages over PHP are:
See it here https://github.com/goradd/goradd |
Would love improved documentation on that Shannon. Last time I tried; I
couldn't get it to run.
…On Wed, 28 Sept 2022 at 13:57, Shannon ***@***.***> wrote:
I ported QCubed to Go and use it there. Its pretty mature, but lacks
documentation. It generally works the same though. Start with a database
and it outputs a CRUD website that you alter. Structure of model, form and
panel are similar too.
The advantages over PHP are:
- Its compiled and strongly typed, so works much faster, catches
errors at compile time, and produces a small footprint.
- A recent change to Go allows it to bundle all the assets into the
executable file. So one copy operation can send it to the server. A typical
website is under 100MB for everything. Its also easy to embed it in a
docker container.
- It supports WebSockets, so it does live updates to the client when
data changes.
See it here https://github.com/goradd/goradd
—
Reply to this email directly, view it on GitHub
<#1332 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA26OEYMGOYXAOZHDDM2CATWAQXAZANCNFSM6AAAAAAQXJPN7Y>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I believe the problems you had are now fixed. When you posted your errors, I couldn't get to them immediately. I moved testing to GitHub's CI platform. The project now gets CI tests on both Ubuntu and Windows. |
Wonderful news. I'll put it on my todolist to give it another try.
…On Wed, 28 Sept 2022 at 14:02, Shannon ***@***.***> wrote:
I believe the problems you had are now fixed. When you posted your errors,
I couldn't get to them immediately.
I moved testing to GitHub's CI platform. The project now gets CI tests on
both Linux and Windows.
—
Reply to this email directly, view it on GitHub
<#1332 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA26OE3KF6UEPOITSQ2UD2DWAQXTVANCNFSM6AAAAAAQXJPN7Y>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you Matthias, Tilt Pap, and Shannon for your valuable insights on
this.
So it looks like we can still use qcubed-4 as long as php 8.0 is still
supported.
And maybe it's time to take a serious look at GoRADD.
Regards,
-eric
On Wed, Sep 28, 2022 at 9:06 PM Matthias Van Woensel <
***@***.***> wrote:
… Wonderful news. I'll put it on my todolist to give it another try.
On Wed, 28 Sept 2022 at 14:02, Shannon ***@***.***> wrote:
> I believe the problems you had are now fixed. When you posted your
errors,
> I couldn't get to them immediately.
>
> I moved testing to GitHub's CI platform. The project now gets CI tests on
> both Linux and Windows.
>
> —
> Reply to this email directly, view it on GitHub
> <#1332 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AA26OE3KF6UEPOITSQ2UD2DWAQXTVANCNFSM6AAAAAAQXJPN7Y
>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#1332 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPOYME2WNPJHCCZMUA4HALWAQ7DVANCNFSM6AAAAAAQXJPN7Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi All,
Good day!
Sorry for cross-posting.
I'm not sure where to post this.
Are any of you guys still actively using qcubed 4?
Does it run on php 8.x
It's sad to have to ask this, but:
If you're not using qcubed anymore, which framework did you move on to?
Thank you.
The text was updated successfully, but these errors were encountered: