https://github.com/damir-sijakovic/codeigniter4-login
Tutorial on how to make login/registration with CI4.
https://github.com/damir-sijakovic/codeigniter4-login
codeigniter php
Last synced: 9 months ago
JSON representation
Tutorial on how to make login/registration with CI4.
- Host: GitHub
- URL: https://github.com/damir-sijakovic/codeigniter4-login
- Owner: damir-sijakovic
- License: mit
- Created: 2022-05-10T08:29:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T08:33:55.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:43:08.664Z (11 months ago)
- Topics: codeigniter, php
- Language: PHP
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CodeIgniter 4 Login / Registration project
Tutorial on how to make login/registration with CI4.
Tutorial (croatian):
https://ioox.studio/2022/05/10/codeigniter-registracija-prijava/
Usage:
* download & cd into project dir
* run: composer install
* run: php spark server
Have fun!