-
Notifications
You must be signed in to change notification settings - Fork 2
Quick Start
Azizul Hakim edited this page Apr 2, 2024
·
5 revisions
-
Choose Your Local Development Tool:
Select your preferred local development tool, such as Laragon,Laravel Herd, XAMPP, WAMP, or any other tool that suits your needs.
- PHP version 8.2+
- MYSQL version 8.0+
-
Configure Your Environment:
Update your
.envfile with the correct database credentials. -
Install Dependencies:
Run the following command to install the required dependencies using Composer:
composer install
-
Migrate and Seed the Database: Initialize and seed the database with default data using:
php artisan migrate --seed
Now, your project is ready for use. You can use the postman collection provided in the repo to start playing with the API. If you've run the seed command, log in with the provided credentials. Customize and expand your application as needed.
Copyright 2026, @AHS12 All Right Reserved
- Home - Documentation Overview
- Quick Start - Installation and setup
- Project Structure - Directory organization
- Features Overview - Summary of capabilities
- Backup System - Database backups
- Extra Information - Additional tools
- Observability - Dashboard & Telemetry
- Health Checks - System status
- Running Tests - Testing guide
- API Documentation - API specs & UI
- Docker Guide - Container setup