Giter Site home page Giter Site logo

Comments (4)

avlastenok avatar avlastenok commented on September 26, 2024

If what you pasted was in the model file then I don't see an issue here as this is expected behavior.

from laravel-5-generators-extended.

bvangraafeiland avatar bvangraafeiland commented on September 26, 2024

What would you expect to be in the model class? Just by extending Model, they can be used already.

from laravel-5-generators-extended.

davestewart avatar davestewart commented on September 26, 2024

It would be cool if it populated the PHPDoc comments like so:

/**
 * Club model
 *
 * @property    int     id
 * @property    string  name
 * @property    string  email
 * @property    string  abbreviation
 * @property    Carbon  created_at
 * @property    Carbon  updated_at
 */

Then we'd get type-hinting, in PHPStorm at least.

I do this with all my models.

from laravel-5-generators-extended.

tabacitu avatar tabacitu commented on September 26, 2024

I think it's a great practice, thank you for sharing @davestewart . But I'm afraid it's not very DRY - you'd then have to change this there if you manually change them in the migration...

Sorry for closing this, guys. Jeffrey doesn't really have time to maintain this package anymore, so please don't expect more features. He's been kind enough to give me write access to bring it up-to-date and make it work on L5.4 and L5.5, but I can't allocate a lot of time for this myself, I have 12+ projects in Backpack that take priority.

Thanks for understanding. Cheers!

from laravel-5-generators-extended.

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.