You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TL;DR I'm wondering how to implement Laravel as a server/host on a desktop, with the ability to share it over a local network for other devices to access via a browser.
Got a moment? Here's the full story:
I’d like to start working on a desktop version of eventsapp.pl for computers/laptops. The idea is that users edit a collection of songs online (lyrics, tags, chords, etc.), then import that into the desktop app.
From the desktop, this song database should be accessible on tablets or phones connected to the same local network (via a browser). There should also be a way to "share" a specific song with other tablets, which is why I need a server to manage this.
I wanted to use NativePHP, but it doesn’t seem to support access from other devices on localhost, unlike Apache or Laragon (which can be configured for this). Has anyone tried using it, even just for fun?
The project is hobby-scale, mainly for myself, but maybe others will find it useful. I don’t have experience with technologies outside of Laravel and Livewire for backend/app development.
Do you have any other ideas on how to achieve this with minimal effort? (I don’t want to learn a completely new technology for this.) It should also be possible to compile this into a program that a non-technical user can install, even with a step-by-step guide.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, welcome!
#nativephp #laravel #desktop #server
TL;DR I'm wondering how to implement Laravel as a server/host on a desktop, with the ability to share it over a local network for other devices to access via a browser.
Got a moment? Here's the full story:
I’d like to start working on a desktop version of eventsapp.pl for computers/laptops. The idea is that users edit a collection of songs online (lyrics, tags, chords, etc.), then import that into the desktop app.
From the desktop, this song database should be accessible on tablets or phones connected to the same local network (via a browser). There should also be a way to "share" a specific song with other tablets, which is why I need a server to manage this.
I wanted to use NativePHP, but it doesn’t seem to support access from other devices on
localhost
, unlike Apache or Laragon (which can be configured for this). Has anyone tried using it, even just for fun?The project is hobby-scale, mainly for myself, but maybe others will find it useful. I don’t have experience with technologies outside of Laravel and Livewire for backend/app development.
Do you have any other ideas on how to achieve this with minimal effort? (I don’t want to learn a completely new technology for this.) It should also be possible to compile this into a program that a non-technical user can install, even with a step-by-step guide.
I’d appreciate any small suggestions. 💛
Beta Was this translation helpful? Give feedback.
All reactions