How to Clone and Run the Laravel Project
Follow these steps to set up the Laravel Dashboard project on your local machine:
Step 1: Clone the Project
Open your terminal and run the following command to clone the repository:
Then, navigate into the project directory:
Step 2: Install Composer Dependencies
Run the following command to install the required PHP packages:
Step 3: Configure Environment File
Copy the example .env
file to create your own configuration:
Then open .env
and update your database and mail settings:
Database Configuration:
Mail Configuration (for password reset, etc.):
Step 4: Generate Application Key
Run the following command to generate your app key:
Step 5: Run Migrations
Migrate the database to create all necessary tables:
Step 6: Start the Development Server
Run the Laravel development server with:
By default, your app will be accessible at: