Code Monkey home page Code Monkey logo

laravel-decomposer's Introduction

Latest Stable Version Total Downloads License

Introduction

Laravel Decomposer is used to decompose and list all the installed packages and their dependencies in your laravel app on the hit of a single route as shown below. This package aims to solve the following hassles we encounter during the development of a laravel project & maintaining while its up & live in the production environment :

  • To see the list of all installed packages in the laravel app directly from the browser
  • To have the log of each dependency of those packages
  • It can also help you in other ways like suppose you have a package installed that is using illuminate/support v5.1, and an another package using illuminate/support v5.3, so getting these facts quickly by just hitting to a route can make you aware of possible unstability and you can report that to the respective package developer

dc-screenshot

Kind Attention : This is the initial version which will be improved actively. You can have a look at the Roadmap. If you have any suggestions for code improvements, new features or enhancements, create an issue so you,us or any open source believer can start working on it.

Roadmap

  • Make UI more informative & user-friendly
  • Check for package updates & show if any available for the respective packages
  • Compare same dependency versions for different packages
  • Generate quick reports/stats about the installed packages,their dependencies,updates,etc.
  • We have created the issues & labels with the appropriate titles , where you can contribute your ideas or let us know if you are working on a PR for that. Always more than happy to learn new things from the community.

Installation

You can install this package via composer using this command:

composer require lubusin/laravel-decomposer

Next, add the service provider:

// config/app.php
'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.

If you want to modify the view this package provides, Laravel has got your back - How?

Contributing

Thank you for considering contributing to the Laravel Decomposer. You can read the contribution guide lines here

Security

If you discover any security related issues, please email to [email protected].

Credits

About LUBUS

LUBUS is a web design agency based in Mumbai.

License

Laravel Decomposer is open-sourced software licensed under the MIT license

Changelog

Please see the Changelog for the details

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.