laracademy / interactive-make

Interactive Make Command for Laravel
MIT License
345 stars 18 forks source link

Contribution list #11

Closed devmsh closed 7 years ago

devmsh commented 7 years ago

like the package, and I want to contribute on it, here is a list of suggested contributions

If any of these contribution fit with your plan, I will be happy to submit a PR to support any of them ;)

ruchernchong commented 7 years ago

add extra command than the official one, specially for tasks like "make:component" for generation vue component.

It is a good idea, but I think this package is just going to limit to exclusively Laravel only.

devmsh commented 7 years ago

@ruchern , did you mean the official artisan command only? when suggest the make:component because laravel came with vue as default, and it will support react in the next release, so we can use the Example.vue and convert it to stub and generate new .vue files quickly.

What about other items?

ruchernchong commented 7 years ago

I don't know. I just feel like this interactive make command should not include generating Vue components.

michael-mcmullen commented 7 years ago

I would like to stick to the functionality that is offered inside of Laravel. I don't have any issue with adding something like that into the generator however, I just don't feel that is the direction this command will go.

But if it is a default in Laravel then it can definitely be added.