/xcrud

Crud repository for any feramework

Primary LanguagePHP

xcrud

xcrud is a repository for store your crud application in any feramework for learning purposes


Open for contributor

How to contribute :

  1. Fork this repository
  2. Clone your forked repository
git clone "Link Repository"
  1. Login into Framework folder you will use, if there is no framework folder, create it in home project dir (ex react => xcrud/react)
  2. Create new folder with your name (ex John Doe => John_Doe) into framework folder
  3. Create new Branch with dev-yourname
git branch dev-yourname
  1. Checkout into your branch
git checkout dev-yourname
  1. Add all changed repo into git
git add .
  1. Commit
git commit -m "Message"
  1. push into your branch
git push -u origin dev-yourname
  1. Create New Pull Request to master this repository (make sure no conflict)
  2. Enjoy, all done!!