Skip to content

PradipaJavierFatah/kawan_project_v2

Repository files navigation

Kawan Project Website

Kawan Project Logo

This repository hosts the Kawan project, developed with Laravel, styled using Tailwind CSS, and Bootsrap 5.

Table of Contents

Prerequisites

Before you begin, ensure you have met the following requirements:

  • PHP >= 8.2.4
  • Composer
  • Node.js & npm
  • MySQL or any other compatible database

Installation

  1. Clone the repository:

    https://github.com/PradipaJavierFatah/kawan_project_v2
    cd kawan_project_v2
  2. Install PHP dependencies:

    composer install
  3. Install Node.js dependencies:

    npm install

Configuration

  1. Copy the .env.example file to .env:

    cp .env.example .env
  2. Generate an application key:

    php artisan key:generate
  3. Configure your database settings in the .env file:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=your_database_name
    DB_USERNAME=your_database_user
    DB_PASSWORD=your_database_password

Running the Application

  1. Run the database migrations:

    php artisan migrate:fresh
    php aritsan migrate:fresh --seed
  2. Seed the database (optional):

    php artisan db:seed
  3. Build the front-end assets:

    npm run dev
  4. Start the local development server:

    php artisan serve

By default, the server will be accessible at http://127.0.0.1:8000.

THANK YOU!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published