simonfakir's avatar

Your packages for Laravel Rest API

Dear Laravel community, I wonder if you have List of best practice packages to build a rest API Backend for an SPA.

Let's say all the typical problems:

  • Transformers
  • Logging / Debugging
  • E-Mail
  • ACL
  • Pagination
  • JSON Mapping (also for relationships)
  • Translation Management ... Let me know what you would use for a Backend!

Simon

0 likes
2 replies
shez1983's avatar

if you use lumen 5.5 (or laravel)- transformers are built in. logging debugging is easy - use logentries or something & built in Log::info()... email is built in - u need to use mailgun or something to send emails ACL - built in... pagination - built in//

json mappin - not sure what u mean.. isnt it same as transformers?

Please or to participate in this conversation.