bradtraversy / larticles_api

Laravel 5.5 API using resources
195 stars 132 forks source link

Class 'Illuminate\Http\Resources\Json\Resource' not found #5

Open obuxim opened 4 years ago

obuxim commented 4 years ago

app/Http/Resources/Article.php line 5

use Illuminate\Http\Resources\Json\Resource; needs to be replaced with use Illuminate\Http\Resources\Json\JsonResource;

hadley8899 commented 4 years ago

Clone it, Commit it and open a pull request, He will most likely accept it