Official Documentation

Starterkit Introduction

Welcome to the official guide of the **Akhritech API Starterkit**. This boilerplate is specifically designed to cut down initial setup time for enterprise-scale projects using the latest **Laravel 13** ecosystem and **Tailwind CSS v4** styling utility.

System Requirements

Before running the framework, ensure your local machine or production server meets the following dependency criteria:

  • PHP version 8.2 or newer
  • SQLite extension installed on PHP

Basic Installation

Open your terminal in the project directory, then run the following sequence of commands to install dependencies and start the local server:

Terminal

# 1. Install composer php packages

composer install

# 2. Setup your env vars and run the application

php artisan key:generate

php artisan migrate --seed

php artisan server

Security Warning Never share or commit the database.sqlite file into public Git repository tracking.