gammamatrix/playground-http

Playground: Provide Http content and filter handling for controllers and requests.

dev-develop / 73.x-dev 2024-03-14 05:06 UTC

This package is auto-updated.

Last update: 2024-05-14 05:41:11 UTC


README

Playground CI Workflow Test Coverage PHPStan Level 9

The Playground Http package for Laravel applications.

Read more on using Playground Http at the Read the Docs for Playground.

Installation

You can install the package via composer:

composer require gammamatrix/playground-http

NOTE: This package is required by Playground: Http

artisan about

Playground Http provides information in the artisan about command.

Configuration

You can publish the config file with:

php artisan vendor:publish --provider="Playground\Http\ServiceProvider" --tag="playground-config"

See the contents of the published config file: config/playground-http.php

PHPStan

Tests at level 9 on:

  • config/
  • database/
  • lang/
  • resources/views/
  • src/
  • tests/Feature/
  • tests/Unit/
composer analyse

Coding Standards

composer format

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.