Prerequisites
Before starting, ensure you have the following installed on your system:- Git
- Composer (for PHP dependencies)
- Node.js and npm (for JavaScript dependencies)
Cloning the Repository
- Open your terminal or command prompt.
- Clone the repository using the following command:
- Navigate into the project directory:
Installing Dependencies
1. Install PHP Dependencies
Run the following command to install PHP dependencies:Troubleshooting Composer Errors
If you encounter issues withcomposer install, locate the repositories section in the composer.json file and remove the following snippet:
composer.json file and re-run: