PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Neeraj Saini   Laravel API Kit   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel API Kit
Improve API creation using the Laravel framework
Author: By
Last change:
Date: 9 days ago
Size: 1,030 bytes
 

Contents

Class file image Download
{ "name": "haxneeraj/laravel-api-kit", "description": "set of tools to build an api with laravel", "keywords": [ "laravel", "api", "filters", "dynamic-pagination", "tools", "api-generator" ], "authors": [ { "name": "Neeraj Saini", "email": "hax-neeraj@outlook.com" } ], "version": "1.0.1", "type": "library", "license": "MIT", "autoload": { "psr-4": { "Haxneeraj\\LaravelAPIKit\\": "src/" } }, "require": { "php": ">=8.0" }, "extra": { "laravel": { "providers": [ "Haxneeraj\\LaravelAPIKit\\LaravelAPIKitServiceProvider" ] } }, "scripts": { "post-install-cmd": [ "@php artisan package:discover --ansi" ], "post-update-cmd": [ "@php artisan package:discover --ansi" ] }, "minimum-stability": "stable", "prefer-stable": true }