An oop php content management system, using PDO with prepared statements
-
PHP - Apache - MySQL server (XAMPP WAMP MAMP)
-
composer
-
create a database. Name it "cms" or give whatever name you like and also change it in the "includes/database.php" file.
-
Import the provided database (it contains an administrator account that you should use to log in)
-
The database already has a user with admin capabitiles. Just login with:
username: admin
password: administrator
You can edit this account to your own liking or create a new one.
- Use composer to install the phpmailer package
Hope you like it. Leave your feedback and recommendations!