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
ada996848a58dd1f678e3b31111f828a2a5d6b53
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: 22ms Template: 1ms
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