👋
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
- Github: @Natharyu
- LinkedIn: https://www.linkedin.com/in/anthony-dewitte-le-brun-600124225
Show your support
Give a
This README was generated with