RESTful API for new Frontend

  • Noticing the Announcement for the FrontEnd Rewrite, it would be great to see this built strictly on top of a REST-API that could be used for integrations into other Systems.

  • @_alex


    Will be done using either:

    or

    To resume, we will have controllers for MVC and controllers for the RESTful API. There will be services which will be consumed by controller's (thin controllers). All dependencies will be injected via factories with the help of a service manager (dependency injection).

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @_alex


    Will be done using either:

    or

    To resume, we will have controllers for MVC and controllers for the RESTful API. There will be services which will be consumed by controller's (thin controllers). All dependencies will be injected via factories with the help of a service manager (dependency injection).

    Nuxwin,


    Maby you do already (saw lot's of commits in github)... But can you start with RESTfull API first,


    I write in laravel, and write my own frontend, so If we have a usefull api, I-mscp will be very more useable.


    Maby I can share my laravel code than :)