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.
RESTful API for new Frontend
-
- in progress
- _alex
- Thread is marked as Resolved.
-
-
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).
-
-
Nice.
Swagger doc would be a real plus, too.
I see this would be easy when going with apigility.org -
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
-