Skip to content

sxc654/yii-module-start-kit

 
 

Repository files navigation

yii-module-start-kit

yii modules start kit

Get Started

Install

  • install by composer
composer create-project foundation-packages/demo projectName

Change namespaces

open composer.json , then modify the package name

foundation-packages/demo -> foundation-packages/yourname

"foundation\\packages\\demo\\": "src" -> "foundation\\packages\\yourname\\": "src"

modify source namespace in the src directory

namespace foundation\packages\demo -> namespace foundation\packages\yourname

Relative Docs

About

yii modules start kit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%