dev-master
9999999-dev https://github.com/lode/makersetup a new project using fem
MIT
The Requires
framework fem
setup a new project using fem
Maker sets up a new project using 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)
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)
Setup a virtual host.
I.e. dev.projectname
, and navigate to it.
You should see a "Hello World" example application., (*5)
Experiment.
Adjust application/controllers/home.php
to get to know fem.
See fem's own documentation for further steps., (*6)
Pull Requests or issues are welcome!, (*7)
MIT, (*8)
setup a new project using fem
MIT
framework fem