alsvanzelf/maker

setup a new project using fem

dev-master 2022-01-27 20:40 UTC

README

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