pipe-dream / laravel-create

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

Overriding the templates folder #64

Closed nope123nope closed 5 years ago

nope123nope commented 5 years ago

Hi. Great package!

Can you explain how i can override templates folder to use my sample controllers?

Thank you!

MflJoe commented 5 years ago

php artisan vendor:publish --tag=templates will publish the default templates to a folder in your storage directory, where you can change & save them.

ajthinking commented 5 years ago

Thanks for the question and answer @lemonlover & @MflJoe !

Since we upgraded the platform in release v0.1.0 this solution unfortunately will not work anymore. But it do work in ^0.0.75.

There will soon be a feature fixing this and similar use cases available at https://pipedream.ai.