- XAMPP installed and running.
-
Start Servers
- Launch XAMPP and start the Apache and MySQL modules.
-
Database Setup
- Open phpMyAdmin (usually at
http://localhost/phpmyadmin
). - Create a new database named
crm
. - Select the new database and import the
schema.sql
file from the project directory.
- Open phpMyAdmin (usually at
-
Project Dependencies
- Navigate to the project's root directory in your terminal/command prompt.
- Run the following command to install PHP dependencies:
composer install
-
Admin Password Reset (First Run)
- Before the first launch, it is necessary to reset the administrator password.
- Open your browser and go to:
http://localhost/crm/public/admin-reset.php
- Follow the instructions on that page.
- Login: admin
- Password admin123
-
Launch the Application