cloudcreativity / laravel-json-api

JSON API (jsonapi.org) package for Laravel applications.
http://laravel-json-api.readthedocs.io/en/latest/
Apache License 2.0
778 stars 109 forks source link

JSON API 'default' does not exist #596

Closed akbarsaputrait closed 3 years ago

akbarsaputrait commented 3 years ago

Hallo, i have some problem when i want to create Schema with php artisan make:json-api:schema [Names]. It's my first time using this library. I was following the installation instructions and the API's Documentation. I use defaultApi('default') and already have json-api-default.php inside my config folder. When i run this command, i receive this error.

This is some information package that i use Laravel Version: ^8.12 cloudcreativity/laravel-json-api: ^3.3

Thanks for helping! Stay Health and Stay Safe!

image image image

akbarsaputrait commented 3 years ago

Sorry, i already fixed it using php artisan config:clear