Download the PHP package lightit/scramble-extensions without Composer
On this page you can find all versions of the php package lightit/scramble-extensions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package scramble-extensions
Scramble Extensions
Scramble Extensions is a package that contains different extensions for the package Dedoc/Scramble. This extensions are meant to adapt the documentaion package to light it's way of coding.
Install
Requirements: Laravel >= 8.17 PHP >= 8.1.0 Composer
brew install [email protected] composer
Mac OS X with brewapt-get install php8.1
Ubuntu with apt-get (use sudo if is necessary)
This step is not necessary when you use Docker.
Development Installation
-
Clone GitHub repo for this project locally:
-
cd into your project and create a copy of your .env file
- Install required dependencies with
Install in Projects
For the moment, Lagger isn't available in packagist.org (composer package library), so in order to install it in a project, we need to add the following lines to our project's composer.json
After that, composer will also look for packages in this repo and we can execute the following command.
Scramble Extensions Usage
Include Extensions to Scramble
To use the extensions that the package offers you will have to modify Scramble's config file. Include the package extension in the "extensions" property.
Example
All versions of scramble-extensions with dependencies
php Version ^8.1
flugger/laravel-responder Version ^3.3
illuminate/contracts Version ^10.0|^11.0
league/fractal Version ^0.20.1
nikic/php-parser Version ^5.0
phpstan/phpdoc-parser Version ^1.0
spatie/laravel-package-tools Version ^1.9.2