https://github.com/arif-rh/diginiq-installer
https://github.com/arif-rh/diginiq-installer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arif-rh/diginiq-installer
- Owner: arif-rh
- License: mit
- Created: 2020-05-20T05:02:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T12:16:11.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T17:44:16.173Z (4 months ago)
- Language: PHP
- Size: 177 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installer for Diginiq Starter project using CodeIgniter 4
## Installation
1. `composer create-project arif-rh/diginiq-installer ci4-project`
2. `cd ci4-project`
3. set app.baseURL
4. set database configuration
5. `php spark migrate --all`
6. `php spark db:seed \\Arifrh\\Auth\\Database\\Seeds\\AuthSeeder`
7. if want to generate dummy user, run `php spark db:seed \\Arifrh\\Auth\\Database\\Seeds\\UserSeeder`
8. go to baseURL/register if want to create user from site## Features
- Using Dynamic Model with Built-in Relationship feature [DynaModel](https://github.com/arif-rh/ci4-dynamic-model)
- Customize layout based on [CI4 Themes](https://github.com/arif-rh/ci4-themes)
- Using Auth Package [CI4 Auth](https://github.com/arif-rh/ci4-auth)