Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilfredpine/lavalust-auth-system
A sample implementation of built-in security features and authentication system using LavaLust PHP Framework.
https://github.com/wilfredpine/lavalust-auth-system
authentication mvc-framework oop php web-development
Last synced: 4 days ago
JSON representation
A sample implementation of built-in security features and authentication system using LavaLust PHP Framework.
- Host: GitHub
- URL: https://github.com/wilfredpine/lavalust-auth-system
- Owner: wilfredpine
- License: mit
- Created: 2024-11-19T08:55:55.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T15:31:29.000Z (3 months ago)
- Last Synced: 2025-02-01T14:18:51.055Z (4 days ago)
- Topics: authentication, mvc-framework, oop, php, web-development
- Language: PHP
- Homepage: https://github.com/ronmarasigan/LavaLust
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
# lavalust-auth-system
A sample implementation of built-in security features and authentication system using [LavaLust](https://github.com/ronmarasigan/LavaLust) PHP Framework.- Register
- Email Verification (PHP Mailer)
- Login/Logout
- Forgot Password
- Dashboard## Installation
- inside `www` or `htdocs`
- clone the projecct
- create database `lavalust_auth_system`
- set your base_url & environment at `app/config/config.php`
- run `cd /app`
- run `composer install`
- rename `app/config/email_config_dev.php` to `email_config.php`
- browse `http://localhost/lavalust_auth_system`## Want to learn PHP & LavaLust?
[PHP-Tutorial](https://github.com/wilfredpine/PHP-Tutorial)
[LavaLust Tutorial](https://github.com/ronmarasigan/LavaLust)
[YouTube](https://www.youtube.com/@confired-official/)
## Thanks me by
Following [wilfredpine](https://github.com/wilfredpine/)
Starred & Forked [lavalust-auth-system](https://github.com/wilfredpine/lavalust-auth-system)
Subscribe at [confired-official](https://www.youtube.com/@confired-official/)
Following [ronmarasigan](https://github.com/ronmarasigan)
Starred & Forked [LavaLust](https://github.com/ronmarasigan/LavaLust)## Learn more?
[laravel11-auth-system](https://github.com/wilfredpine/laravel11-auth-system)
[expressjs-auth-system](https://github.com/wilfredpine/expressjs-auth-system)
[django-auth-system](https://github.com/wilfredpine/django-auth-system)