How to make a REST API first web application in Laravel

后端 未结 6 1595
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-07 15:43

I want to make an API first application in Laravel. I don\'t know what is the best approach to do this, I will explain what I am trying to do, but please feel free to give a

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 16:40

    Checkout Laravel's RESTful controllers:

    http://laravel.com/docs/controllers#restful-controllers

    Their docs do a pretty good job.

    But even better is this tutorial:

    http://code.tutsplus.com/tutorials/laravel-4-a-start-at-a-restful-api-updated--net-29785

提交回复
热议问题