🚀 Installation Guide
Follow the steps below to set up the project in your local development environment.
1. Download & Extract Project
- Download the project ZIP from your repository or shared link.
- Extract the ZIP file into your preferred folder, e.g.:
/Users/YourName/Projects/my-laravel-vue-project
- Open your terminal and navigate to the project folder:
cd /path/to/your/project
2. Create the Environment File
Copy the example environment file:
cp .env.example .env
3. Install PHP Dependencies (Composer)
composer install
If Composer is not installed, download it from:
👉 https://getcomposer.org/