Looking to hire Laravel developers? Try LaraJobs

laravel-api-starter-kit maintained by mehedi8gb

Description
The Api starter kits for the Laravel framework.
Last update
2025/03/26 10:26 (dev-main)
License
Links
Downloads
81

Comments
comments powered by Disqus

Laravel 12 API Starter Kit

A lightweight, scalable API starter kit for Laravel 12.

Features

✅ Laravel 12
✅ JWT Authentication
✅ Role & Permission System (Spatie)
✅ API Response Standardization
✅ Automated Tests (PestPHP)

Installation

laravel new app --using=mehedi8gb/laravel-api-starter-kit
php artisan migrate --seed
php artisan serve

4️⃣ Make It Developer-Friendly

  • JWT Auth (Pre-configured)
  • Spatie Role Permissions (Ready)
  • Custom API Response Handling
  • Custom Helper Functions
  • Testing with PestPHP
  • Rate Limiting & Security Enhancements
  • CORS Handling for Frontend Support