Skip to content

benjaminmal/library-template

Repository files navigation

Project template

Installation & usage

  1. Create your project
$ composer create-project elodgy/project-template my-project
  1. Modify composer.json to fit with your project
{
  "name": "elodgy/my-project",
  "description": "My project",
  "type": "library",
  "autoload": {
      "Elodgy\\MyProject\\": "src/"
  },
  "autoload-dev": {
    "Elodgy\\MyProject\\Tests\\": "tests/"
  }
}
  1. Initialize git
$ git init
  1. Enjoy!!

About

Library template

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages