lubusIN / laravel-decomposer

⚙️ A Laravel package to decompose your installed packages, their dependencies, your app & server environment
MIT License
522 stars 42 forks source link

Some extra features (proposal) #16

Open GeoSot opened 7 years ago

GeoSot commented 7 years ago

Hi . You have done a great Job

If you would like to add some more interesting features on your project, i guess some caching on the values and a config file would be great

Some of the values cost too much time and resources so they could be cached for sometime or by session (maybe a choice config file)

And in a config file you could add the route and some middleware that anyone wish to add, plus the pagination number

Finally you can give the choice to full integrate the decomposer view, in every project. The view could be published in order to by able to modify.

And an adition of the last minute On some servers, for security reasons some function are disabled. (ex:php_uname) As a result the code brakes an gets errors It could be checked with ini_get('disable_functions') before use

ajitbohra commented 6 years ago

@GeoSot sorry for the delayed response & thanks for some good suggestions totally makes sense. Most of them overlap with what we are planning for v2.0 release which is currently in the planning stage https://github.com/lubusIN/laravel-decomposer/projects/1