Package Data | |
---|---|
Maintainer Username: | introwit |
Maintainer Contact: | harish@lubus.in (Harish Toshniwal) |
Package Create Date: | 2017-02-17 |
Package Last Update: | 2020-11-02 |
Home Page: | |
Language: | HTML |
License: | MIT |
Last Refreshed: | 2025-01-30 15:01:33 |
Package Statistics | |
---|---|
Total Downloads: | 168,139 |
Monthly Downloads: | 82 |
Daily Downloads: | 1 |
Total Stars: | 524 |
Total Watchers: | 14 |
Total Forks: | 42 |
Total Open Issues: | 9 |
Laravel Decomposer decomposes and lists all the installed packages and their dependencies along with the Laravel & the Server environment details your app is running in. Decomposer also generates a markdown report from those details that can be used for troubleshooting purposes, also it allows you to generate the same report as an array and also as JSON anywhere in your code. Laravel Package & app devs you can also add your own personal extra stats specific for your package or your app. All these just on the hit of a single route as shown below in the gif.
Screenshot
Kind Attention : You can have a look at the Roadmap. If you have any suggestions for code improvements, new optional or core features or enhancements, create an issue so you,us or any open source believer can start working on it.
You can install this package via composer:
composer require lubusin/laravel-decomposer
Next, add the service provider:
// In config/app.php ( Thank you for considering this package! Have a great day :) )
'providers' => [
/*
* Package service providers
*/
Lubusin\Decomposer\DecomposerServiceProvider::class,
];
Add a route in your web routes file:
Route::get('decompose','\Lubusin\Decomposer\Controllers\DecomposerController@index');
Go to http://yourapp/decompose or the route you configured above in the routes file.
The Docs can be found in the Wiki but to save you one more click, here's the index
Thank you for considering contributing to the Laravel Decomposer. You can read the contribution guide lines here
If you discover any security related issues, please email to harish@lubus.in.
LUBUS is a web design agency based in Mumbai.
Laravel Decomposer is open-sourced software licensed under the MIT license
Please see the Changelog for the details