laravel-apidoc-generator icon indicating copy to clipboard operation
laravel-apidoc-generator copied to clipboard

Laravel API Documentation Generator

Results 59 laravel-apidoc-generator issues
Sort by recently updated
recently updated
newest added

Please add laravel 9 version. Not working in this version.

I want to put the documents somewhere outside the controller. For example, in swagger you can put documents in an interface and implement it. Does scribe have that capability?

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 9.x. **Before merging**, you need to: - Checkout the `l9-compatibility`...

install package not complete install because this error Your requirements could not be resolved to an installable set of packages. Problem 1 - mpociot/laravel-apidoc-generator v4.x-dev requires ramsey/uuid ^3.8 -> found...

I am not the owner. For a currently maintained package see: https://github.com/knuckleswtf/scribe

www-data@f00346702ac4:~/crmv2$ composer require --dev mpociot/laravel-apidoc-generator Using version ^4.8 for mpociot/laravel-apidoc-generator ./composer.json has been updated Running composer update mpociot/laravel-apidoc-generator Loading composer repositories with package information Updating dependencies Your requirements could not...

Problem 1 - mpociot/laravel-apidoc-generator[3.15.1, ..., 3.x-dev] require illuminate/routing ^5.5|^6.0 -> found illuminate/routing[v5.5.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev] but these were not loaded, likely because it conflicts with another require. -...

laravel/framework v8.50.0 PHP7.3.9 composer require mpociot/laravel-apidoc-generator Using version ^4.8 for mpociot/laravel-apidoc-generator ./composer.json has been updated Running composer update mpociot/laravel-apidoc-generator Loading composer repositories with package information Updating dependencies Your requirements could...

responseFile convert empty object to array due to `json_decode($content, true)` Example ```json {"foo":{}} ``` convert to ```json {"foo":[]} ```