al-hareth / laravel-api-starter
Simple, biolerplate-free, un-opinionated Laravel API starter.
Package info
github.com/AL-Hareth/laravel-api-starter
Type:project
pkg:composer/al-hareth/laravel-api-starter
v1.0.0
2026-04-14 15:20 UTC
Requires
- php: ^8.3
- laravel/framework: ^13.0
- laravel/sanctum: ^4.0
- laravel/tinker: ^3.0
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.5
- laravel/pint: ^1.27
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^12.5.12
README
About Laravel API starter
Create an API using the Laravel framework without worrying about views and Accept headers.
- Install and write: no need to add custom headers or remove files.
- Biolerplate-free: we don't force you into any project structure.
Usage
composer create-project al-hareth/laravel-api-starter <PROJECT_NAME>
Contributing
If you have any contribution to the project, feel free to make a pull request.