Download the PHP package pikarin/ajt-api-starter without Composer
On this page you can find all versions of the php package pikarin/ajt-api-starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pikarin/ajt-api-starter
More information about pikarin/ajt-api-starter
Files in pikarin/ajt-api-starter
Package ajt-api-starter
Short Description The skeleton application for the Laravel framework.
License MIT
Informations about the package ajt-api-starter
API Starter Kit
A Laravel API starter kit with a focus on building robust and scalable API services. This starter kit comes pre-configured with essential tools and best practices for API development.
Features
- PHP 8.3+ and Laravel 12.0+
- Docker setup with PHP 8.3, FPM, and Nginx
- API documentation with Scramble
- Authentication with Laravel Sanctum
- Testing setup with Pest
- Code quality tools (Pint, PHPStan)
Prerequisites
- PHP 8.3 or higher
- Composer
- Docker and Docker Compose (optional, for containerized development)
- MySQL or SQLite for database
Installation
You can install this starter kit using one of the following methods:
1. Using Composer Create-Project
2. Using Laravel New Command
First, make sure you have the Laravel installer:
Then create a new project using this starter kit:
3. Using Laravel Herd
If you're using Laravel Herd, you can click the "Install with Herd" badge:
Post-Installation Steps
After installing the project, you should:
-
Configure your environment variables:
-
Install dependencies:
-
Generate key:
-
Set up your database in the .env file:
-
Run migrations:
- Start the development server:
Running Tests
All versions of ajt-api-starter with dependencies
dedoc/scramble Version ^0.12.20
laravel/framework Version ^12.0
laravel/sanctum Version ^4.0
laravel/tinker Version ^2.10.1