natharyu / Native-PHP-MVC-With-Auth

This is a Native PHP MVC With Auth. If you will build your own PHP project in MVC with router and Auth, you can clone this ready to use MVC pattern repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to PHP-Native-MVC-Pattern (With-Auth) 👋

If you will build your own PHP project in MVC with router and Auth, you can clone this ready to use MVC pattern repo. Auth system is implemented. Works with bootstrap 5. Composer with autoload are implemented too for future composer require.

Demo

Usage

- Create database for this project.
- Modify values of $host, $user, $password and $dbname in App/Model/Database.php
- Import "importThisToDB.sql" in your database.
- When import completed, users table was imported with an admin account (username: admin | password: admin)
- Dont forget to delete "importThisToDB.sql" file after import.
- You can connect with admin account and enjoy this MVC pattern.
- All routes are in index.php. You can add/modify/delete some routes for your confort.

Author

👤 Natharyu

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

This is a Native PHP MVC With Auth. If you will build your own PHP project in MVC with router and Auth, you can clone this ready to use MVC pattern repo.


Languages

Language:PHP 98.2%Language:Hack 1.7%Language:CSS 0.1%Language:JavaScript 0.0%