Giter VIP home page Giter VIP logo

laravel-artisan-domain-contexts's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

laravel-artisan-domain-contexts's Issues

[FEATURE REQUEST] use correct path for referenced model

Is your feature request related to a problem? Please describe.

When generating a Policy for a Model with for example:

artisan make:policy --context=OnCall --model=CronOnCallSchedule CronOnCallSchedulePolicy

The generated file is in the right location but the model use still points to the wrong location (In this case App\Models\CronOnCallSchedule instead of App\Domain\OnCall\Models\CronOnCallSchedule

Describe the solution you'd like

By default, point it to the nearest model according to the context given. In this case app\Domain\OnCall\Model\CronOnCallSchedulePolicy

Describe alternatives you've considered

providing the full model path works:

artisan make:policy --context=OnCall --model=App\Domain\OnCall\Models\CronOnCallSchedule CronOnCallSchedulePolicy

but is still a hassle to write out the full path.

Additional context

None. If you have any specific questions, shoot!

Thank you for this helpful tool!

documentation: what does it do, and what not?

I have been looking at this documentation for a while now, but I am still not sure what it does, and what it fixes. 'domain' is usually used for 'example.com', 'api.example.com', so I expected it to be some sort of Tenancy (https://tenancyforlaravel.com/) like package. But it looks more like something that gives you (more) control on what file to store where and what to execute.

Could you explain a bit more in the documentation on what problem it should solve?

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.