Giter VIP home page Giter VIP logo

Comments (5)

nlocascio avatar nlocascio commented on August 20, 2024

Did you implement the Transformable interface on your User class?

User.php:

class User extends Model implements Transformable {

from laravel-responder.

flugg avatar flugg commented on August 20, 2024

Hi, everything seems to be right from your code examples above, so I would need some more information to go on. Do you have the full stack trace of the error?

And could you try to do a dd($users) right before your return Responder::success( $users ); - this might be related to the issue @nlocascio opened about empty collections. Do you have a user model in the database?

from laravel-responder.

flugg avatar flugg commented on August 20, 2024

A fix for empty collections has been pushed, do you still encounter the same problems after updating your dependencies @sullysheperd?

from laravel-responder.

saleh-old avatar saleh-old commented on August 20, 2024

@nlocascio your suggestion fixed it!
This was the code beginning my User class:

class User extends Authenticatable {
// the rest

Turns out I should have implemented Transformable into it using this syntax:

class User extends Authenticatable implements Transformable{
// the rest

Everything works fine now. Thank you @Flugger for your great package. One quick question though:
Days before I found your package I watched few of Jeffrey's videos about api:
https://laracasts.com/series/incremental-api-development
And I see you have implemented the same. Can I ask if you have watched the series and implemented the same codes(with more details I guess)? I'm only asking this because I'm a big fan of Jeffrey's work and I need the api to be perfect in my new project. Once again thank you for your great package ;)

from laravel-responder.

flugg avatar flugg commented on August 20, 2024

Yeah, I've watched the videos, some good introductory stuff for API development. This package solves many of the same problems as Jeff does in the series, and I've definitely been inspired by the videos over at Laracasts over the years :)

I'm glad you've chosen this packageI - I hope it helps you build the perfect API!

from laravel-responder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.