Logo
Explore Help
Register Sign In
davidl/laravel-api-kit
1
0
Fork 0
You've already forked laravel-api-kit
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
03de471bb575abe1b4de497e346b05cc14380359
laravel-api-kit/tests/TestCase.php

11 lines
142 B
PHP
Raw Normal View History

feat: Initial Laravel API-only starter kit - Laravel 12 with Sanctum authentication - API versioning with grazulex/laravel-apiroute - spatie/laravel-query-builder for filtering/sorting - spatie/laravel-data for DTOs - dedoc/scramble for auto API documentation - Pest PHP testing framework - Docker development environment - Standardized JSON API responses - Rate limiting and CORS configuration - Comprehensive README documentation
2025-12-25 06:33:21 +01:00
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 44ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API