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:
# 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
database.sqlite file into public Git
repository tracking.