dingo / api

A RESTful API package for the Laravel and Lumen frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade guide

luhuiya opened this issue · comments

commented

I am currently using version 2.0.0-alpha1 will there be problem if i upgrate to 2.4.0?

commented

There shouldn't be any breaking changes, however there may be bug fixes which you may find to break something in your implementation.

The best way is to have automated testing for your API endpoints 😄

commented

noted thanks for your help