Maker sets up a new project using fem.
- Install with Composer. Use
create-project
to get an example project for fem.
composer create-project alsvanzelf/maker:dev-master name-of-your-project
-
Autoloading your own project's namespace. Overwrite
composer.json
with theexample-composer.json
, adjust the autoloading with your own project name, and runcomposer update
. Also change the namespace statement inapplication/controllers/home.php
. -
Setup a virtual host. I.e.
dev.projectname
, and navigate to it. You should see a "Hello World" example application. -
Experiment. Adjust
application/controllers/home.php
to get to know fem. See fem's own documentation for further steps.
Pull Requests or issues are welcome!