Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Simple MVC Example Project for Web III

Getting Started

  1. Fork this repo
  2. Clone your version of the repo: git clone <url>
  3. Install dependencies: composer install
  4. Run the app: composer run start

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/name-of-new-feature)
  3. Make your changes
  4. Commit your changes (git commit -am 'Added some feature')
  5. Push to the branch (git push origin feature/name-of-new-feature)
  6. Create new Pull Request