Run NativePHP without Laravel #141
Replies: 5 comments 6 replies
-
This was mentioned in documentation: Right now, we only support a Laravel driver, but we're already working on making it work whatever framework you're using - and even if you're not using a framework at all. I dont think it is time to open this type of issue |
Beta Was this translation helpful? Give feedback.
-
This was released today, it's in alpha and people already want miracles, hahaha |
Beta Was this translation helpful? Give feedback.
-
@blessedjasonmwanza I love the enthusiasm, and thanks for raising this as an issue. It's in the pipeline, but there's no solid timeframe on this yet. I'll leave this issue open to track development on this. For others coming here, it would be great to get some insight into your use-case: are you using another framework or plain-old-PHP? |
Beta Was this translation helpful? Give feedback.
-
Hi @simonhamp , Thank you so much for your notice. We're currently using plain old Core PHP (and I have used this approach on most projects I have worked on during the last 6-7 years) as it allows for none-Laravel experienced developers to contribute and build onto projects quickly without spending months learning how Laravel works. I also believe having this implemented would highly increase There is so much viability in having NB: Thank you so much for standing up for PHP and bringing us |
Beta Was this translation helpful? Give feedback.
-
I'm moving this to a discussion (now that we have them open) so that we can keep Issues for things that are receiving active development. Edit: To be clearer, we're not actively working on supporting frameworks other than Laravel at this time. Laravel provides a really solid base for us to build a lightweight API between your application and the Tauri/Electron runtime with a known toolset. |
Beta Was this translation helpful? Give feedback.
-
Can it be possible to use NativePHP as a wrapper without having to install Laravel? Making it possible for us to run vanilla PHP with vanilla HTML & CSS + JS. Something similar to what PHP DESKTOP does.
It can of course be installed via composer.
If this is already possible, kindly share some documentations we can use to achieve this. Currently, only Laravel dependant NativePHP docs are available.
Beta Was this translation helpful? Give feedback.
All reactions