https://github.com/lode/maker
Setup a new project using fem
https://github.com/lode/maker
framework makers php
Last synced: 10 months ago
JSON representation
Setup a new project using fem
- Host: GitHub
- URL: https://github.com/lode/maker
- Owner: lode
- License: mit
- Created: 2015-12-16T22:36:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T20:41:23.000Z (about 4 years ago)
- Last Synced: 2025-01-30T05:26:27.928Z (about 1 year ago)
- Topics: framework, makers, php
- Language: HTML
- Homepage: https://packagist.org/packages/alsvanzelf/maker
- Size: 986 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maker
Maker sets up a new project using [fem](https://github.com/lode/fem).
## Getting started with fem
1. **Install with [Composer](http://getcomposer.org/)**. Use `create-project` to get an example project for fem.
``` sh
composer create-project alsvanzelf/maker:dev-master name-of-your-project
```
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`.
3. **Setup a virtual host.**
I.e. `dev.projectname`, and navigate to it.
You should see a "Hello World" example application.
4. **Experiment.**
Adjust `application/controllers/home.php` to get to know fem.
See [fem's own documentation](https://github.com/lode/fem/wiki) for further steps.
## Contribute
Pull Requests or issues are welcome!
## License
[MIT](/LICENSE)