Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

vaneath/amk-ideation

Repository files navigation

Project Setup and Running Guide

Step 1: Setup Environment

  1. Copy .env.example to .env
    cp .env.example .env
  2. Configure the database settings in the .env file to use PostgreSQL.

Step 2: Install Dependencies

  1. Install PHP dependencies using Composer:
    composer install
  2. Install JavaScript dependencies using npm:
    npm install

Step 3: Generate Application Key

  1. Generate the application key:
    php artisan key:generate

Step 4: Run Migrations

  1. Run the database migrations:
    php artisan migrate:fresh --seed

Step 5: Start Development Server

  1. Simply run:
    composer run dev

Notes

  • Ensure you have PHP 8.4.2 and Node.js 22 installed on your machine.
  • For more information, refer to the Laravel documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages