https://github.com/eghojansu/crudgen
PHP Crud Generator
https://github.com/eghojansu/crudgen
Last synced: 2 months ago
JSON representation
PHP Crud Generator
- Host: GitHub
- URL: https://github.com/eghojansu/crudgen
- Owner: eghojansu
- License: mit
- Created: 2015-07-22T02:48:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T07:18:44.000Z (almost 10 years ago)
- Last Synced: 2025-02-09T12:43:10.325Z (4 months ago)
- Language: PHP
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crud Generator
> No documentation yet
This script was created for build web application structure that use [eghojansu/moe](http://github.com/eghojansu/moe "A Compact PHP Framework")
## Usage
- Download this repo as zip [eghojansu/crudgen](https://github.com/eghojansu/crudgen/archive/master.zip)
- Extract to any folder you want
- If you want use [eghojansu/moe](https://github.com/eghojansu/moe), you just need to edit moegen/config.ini
(edit in database section, of course other configuration can be overriden)
- Then, CD to that folder via terminal, make sure crudgen can be executed
- hit
`./crudgen [/path/to/configuration_file.ini] [/path/to/project]`
if you not pass /path/to/project you must define main.target in configuration_file
- doneThis tool was designed to be flexible to build crud application with any template.
You need to make your own Token Generator that extended from crudgen/adapter/AbstractToken and file structure (dot zip).
Then you need to define namespace lookup path in config.## Apoligize
Please forgive my bad english. :D