Jasper Tey

Results 15 comments of Jasper Tey

Hmm, so is this library dead? I had the same concern as this ticket, then realized the lack of updates on the library for 5+ years.

I am also experiencing similar weirdness with dependOn. My understanding was that the introduction of dependOn would facilitate the use case of including multiple entry scripts into an HTML page,...

I can confirm the same on one of my projects where I'm using a few actions `asController`. Thanks for the suggested workaround in the meantime, it saved me some time...

Wondering if this is going to be merged any time soon? I've got a project using this package upgrading to Laravel 11, and this is currently holding it back.

I just encountered this, and I see it's an open issue from 2015... what are the chances that there'll be an official fix for this anytime soon? *fingers crossed*

I'm not sure if this will help you, but I've experienced similar weirdness like this before, and what would end up resolving things is to completely wipe out the `node_modules`...

Thanks! Is this an active fork being used in your project, or can I hop in and work on things?

> @JasperTey Have to worked anything more on this? I might have some time in the weekend to look at this. I was also reserving the weekend for this. One...

> Sure, that sounds good. How would we handle controllers, requests etc that maybe shouldn't be in the domain. Should they be generated in the Application layer then? If so,...

For this PR, will keep things simple and just extend `make:model` and let `--controller` and `--request` generate in the standard locations for now. The customizable module/application layer concepts can be...