Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctechhindi/codeigniter-4-module-generator
With the help of this, you can create files of module like Controller, Model, View, MySQL.
https://github.com/ctechhindi/codeigniter-4-module-generator
automation codeigniter codeigniter4 extensions vuejs
Last synced: about 1 month ago
JSON representation
With the help of this, you can create files of module like Controller, Model, View, MySQL.
- Host: GitHub
- URL: https://github.com/ctechhindi/codeigniter-4-module-generator
- Owner: ctechhindi
- Created: 2020-06-20T12:08:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T09:26:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T07:42:54.045Z (about 2 months ago)
- Topics: automation, codeigniter, codeigniter4, extensions, vuejs
- Language: Vue
- Homepage: https://codeigniter-4-module-generator.netlify.app/
- Size: 5.05 MB
- Stars: 22
- Watchers: 4
- Forks: 10
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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]()
## DONATE
https://www.paypal.com/paypalme2/ctechhindi
## Video Tutorial
* [Trailer](https://www.youtube.com/watch?v=koXDRqQpcsQ)
## Project setup
```
npm install
npm run serve
npm run build
```## Plugins
* [Buefy](https://buefy.org)
* [dexie](https://github.com/dfahlander/Dexie.js) `npm install [email protected]`
* [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/ctechhindi/CodeIgniter-4-Module-Generator/issues).
## Copyright and License Šī¸
Code copyright 2020 ctechhindi. Code released under the [MIT license](http://www.opensource.org/licenses/MIT)