Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)