Download the PHP package solumdesignum/recomposer without Composer
On this page you can find all versions of the php package solumdesignum/recomposer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download solumdesignum/recomposer
More information about solumdesignum/recomposer
Files in solumdesignum/recomposer
Package recomposer
Short Description A Laravel package to ReCompose your installed packages, their dependencies, your app & server environment
License MIT
Homepage https://github.com/solumdesignum/recomposer
Informations about the package recomposer
Introduction
Laravel ReComposer decomposes and lists all the installed packages with their dependencies along with the Laravel & the Server environment details your app is running in.
Required before installation
Please make sure du is installed on linux, or unix, mac.
Important
I regret to inform windows currently is not supported.
Exceptions to this is rule is
Any type of virtualization docker, Virtual Machine and anything similar to it.
Installation
To get started, install ReComposer using the Composer package manager:
Next, publish ReComposer resources using the vendor:publish command:
This command will publish a config to your config directory, which will be created if it does not exist.
ReComposer Features
The configuration file contains configurations.
`
Add a route in your web routes file:
Go to http://yourapp/recomposer or the route you configured above in the routes file.
Contributing
Thank you for considering contributing to the Laravel ReComposer. You can read the contribution guidelines here
Security
If you discover any security-related issues, please email to Solum DeSignum.
Author
About
Solum DeSignum is a web design agency based in Latvia, Riga.
License
Laravel ReComposer is open-sourced software licensed under the MIT license
Idea
This package concept is based on a package decomposer (abandon).