Skip to content

jaapdh/maker

 
 

Repository files navigation

maker

Maker sets up a new project using fem.

Getting started with fem

  1. Install with Composer. Use create-project to get an example project for fem.
composer create-project alsvanzelf/maker:dev-master name-of-your-project
  1. Autoloading your own project's namespace. Overwrite composer.json with the example-composer.json, adjust the autoloading with your own project name, and run composer update. Also change the namespace statement in application/controllers/home.php.

  2. Setup a virtual host. I.e. dev.projectname, and navigate to it. You should see a "Hello World" example application.

  3. Experiment. Adjust application/controllers/home.php to get to know fem. See fem's own documentation for further steps.

Contribute

Pull Requests or issues are welcome!

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • HTML 42.5%
  • PHP 23.0%
  • Ruby 16.8%
  • ApacheConf 12.2%
  • JavaScript 5.5%