How to start
Clone module template and prepare it for developing
Last updated
Was this helpful?
Clone module template and prepare it for developing
Last updated
Was this helpful?
Was this helpful?
cd ~/PhpstormProjects/ModuleCalbackFromWebsite
composer installgit init
echo "vendor/" > .gitignore
git add .
git commit -m 'initial commit'git remote add origin <url>
git push -u origin master