Installation
Download and upload ZIP to hosting
Extact ZIP Folder
Configure Database Edit
config/database.phpwith your MySQL credentials:private $host = 'localhost'; private $db_name = 'family_wishlist'; private $username = 'your_mysql_username'; private $password = 'your_mysql_password';Set Up Database Navigate to your web server and run:
http://your-domain.com/family-wishlist/setup_database.php
This will:
Create the
family_wishlistdatabaseCreate all necessary tables
Set up proper relationships and constraints
Remove Setup File (Security) After successful database setup, delete
setup_database.php:
rm setup_database.phpNavigate to:
Last updated

