pipe-dream / laravel-create

Create Laravel projects really fast
1.31k stars 109 forks source link

Add user system button should scaffold template files #36

Closed SamuelNitsche closed 5 years ago

SamuelNitsche commented 5 years ago

First of all I want to tell you that this is an amazing idea!

I think that the "+ user system" button should also scaffold all views and styles, like "php artisan make:auth" does. Maybe also making it optional would be nice. What do you think about this?

ajthinking commented 5 years ago

Thanks @SamuelNitsche ! Nice suggestion, that would be helpful indeed! Not 100% sure how to implement that in a flexible manner since people are using very different frontends (not as predictable as the backend). It might require not just a new Pipe but a new VueFileFactory/ReactFileFactory or similar to handle frontend. I will list it in the TODO board for now.