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

Laravel Version of Kloudspeaker #198

Open
nwaughachukwuma opened this issue Jun 7, 2017 · 1 comment
Open

Laravel Version of Kloudspeaker #198

nwaughachukwuma opened this issue Jun 7, 2017 · 1 comment

Comments

@nwaughachukwuma
Copy link

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

@sjarvela
Copy link
Owner

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

  1. it's requirements for the server, many service providers don't support PHP 7 yet
  2. installation/configuration/migrations etc needs run via artisan, and most service providers don't allow command line access
  3. 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

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

2 participants