2017 © Pedro Peláez
 

library maker

setup a new project using fem

image

alsvanzelf/maker

setup a new project using fem

  • Tuesday, May 17, 2016
  • by lode
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

maker

Maker sets up a new project using fem., (*1)

Getting started with fem

  1. Install with Composer. Use create-project to get an example project for fem., (*2)

    sh composer create-project alsvanzelf/maker:dev-master name-of-your-project, (*3)

  2. 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., (*4)

  3. Setup a virtual host. I.e. dev.projectname, and navigate to it. You should see a "Hello World" example application., (*5)

  4. Experiment. Adjust application/controllers/home.php to get to know fem. See fem's own documentation for further steps., (*6)

Contribute

Pull Requests or issues are welcome!, (*7)

License

MIT, (*8)

The Versions

17/05 2016

dev-master

9999999-dev https://github.com/lode/maker

setup a new project using fem

  Sources   Download

MIT

The Requires

 

framework fem