https://github.com/kdevelopement/modulegenerator
https://github.com/kdevelopement/modulegenerator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdevelopement/modulegenerator
- Owner: KDevelopement
- License: mit
- Created: 2022-08-01T02:02:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T02:20:50.000Z (almost 4 years ago)
- Last Synced: 2025-05-21T08:48:52.304Z (about 1 year ago)
- Language: Vue
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeIgniter 4 Module Generator
With the help of this, you can create files of module like Controller, Model, View, MySQL.
* đ Create a module name
* đ Create module fields: database and form field
* đ Setup module Settings
* đ Generate module files: MySQL, Routes, Controller, Model, View
## đ [Open Site]()
## Video Tutorial
* [Trailer](https://www.youtube.com/watch?v=NotFound)
## Project setup
```
npm install
npm run serve
npm run build
```
## Plugins
* [Buefy](https://buefy.org)
* [dexie](https://github.com/dfahlander/Dexie.js) `npm install dexie@2.0.1`
* [jszip](https://stuk.github.io/jszip/)
* [Vue.Draggable](https://github.com/SortableJS/Vue.Draggable)
* [vue-codemirror](https://github.com/surmon-china/vue-codemirror)
## TODO
* Unique Index Key Name is Unique, Check Index Key Name if input duplicate value
* If Remove `Unique` Value in the Module Field Other Option Key, Remove also `uniqueColIndex` Value
## Browser Support đ
It's being tested on:
* âī¸ Chrome (Latest)
* âī¸ Firefox (Latest)
* âī¸ Internet Explorer (Latest)
* âī¸ Internet Explorer 10
* âī¸ Safari (desktop and iOS)
Internet Explorer (10+) is only partially supported.
## Reporting Issues âĸī¸
If you have a problem with this plugin or found any bug, please open an issue on [GitHub](https://github.com/k7brasil/ModuleGenerator/issues).
## Copyright and License Šī¸
Code released under the [MIT license](http://www.opensource.org/licenses/MIT)