laravel-api-starter-kit maintained by mehedi8gb
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