Implement feature-rich JSON:API compliant APIs in your Laravel applications. Build your next standards-compliant API today.
See our website, laraveljsonapi.io
Install using Composer
composer require laravel-json-api/laravel
See our documentation for further installation instructions.
When upgrading you typically want to upgrade this package and all our related packages. This is the recommended way:
composer require laravel-json-api/laravel --no-update
composer require laravel-json-api/testing --dev --no-update
composer up laravel-json-api/* cloudcreativity/json-api-testing
To view an example Laravel application that uses this package, see the Dummy Application within the tests folder.
Laravel JSON:API is open-sourced software licensed under the Apache 2.0 License.