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
Hi @sjarvela I will like to implement Kloudspeaker as a Laravel Application. Can you give me some hints or guide on how to achieve this? Thanks in advance
The text was updated successfully, but these errors were encountered:
I have investigated Laravel at some point, and it does sound good alternative for backend rewrite. Most important thing would be to rewrite rest api and plugin architecture to be more intuitive and to have code free configuration.
The main concerns with Laravel was
it's requirements for the server, many service providers don't support PHP 7 yet
installation/configuration/migrations etc needs run via artisan, and most service providers don't allow command line access
Laravel is all-in-one
That's the reason I've chosen to investigate alternative to use separate smaller frameworks, the one in the bottom being Slim framework for REST api and dependency injection.
I'm more than interested in hearing about your thoughts and ideas, but unfortunately I don't have any guides etc
Hi @sjarvela I will like to implement Kloudspeaker as a Laravel Application. Can you give me some hints or guide on how to achieve this? Thanks in advance
The text was updated successfully, but these errors were encountered: