swisnl / json-api-server

Set up a JSON API in Laravel in just a few minutes.
MIT License
105 stars 18 forks source link

Add Laravel 6 support #34

Closed christophengelmayer closed 3 years ago

christophengelmayer commented 4 years ago

Description

Updated dependencies to support Laravel 6.

Changed deprecated package "dimsav/laravel-translatable" to use "astrotomic/laravel-translatable" instead. (As recommended here) Updated tests and Readme.

Motivation and context

Fixes #33 #31

How has this been tested?

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

Checklist:

Go over all the following points, and put an x in all the boxes that apply.

Please, please, please, don't send your pull request until all of the boxes are ticked. Once your pull request is created, it will trigger a build on our continuous integration server to make sure your tests and code style pass.

If you're unsure about any of these, don't hesitate to ask. We're here to help!

JaZo commented 3 years ago

We've skipped Laravel 6 support and only support Laravel 7+ now.