Hello there,
I find myself reinstalling same extensions lime yii2-admin and personnal member section for my usual projects, so i thought maybe i could do a « template » with those included and be able to install it with a yii migrate and share it… but i really don’t know how to do this ^^
1 Like
- Fork template repository.
- Adjust package name to your/package.
- Adjust composer.json.
- Publish package to packagist.org.
- Install using composer create-project your/package.
2 Likes
Thank you!