LaravelPackages.net
Acme Inc.
Toggle sidebar
jxlwqq/composer-viewer

Composer Viewer for Laravel-admin

12.990
27
1.0.3
About jxlwqq/composer-viewer

jxlwqq/composer-viewer is a Laravel package for composer viewer for laravel-admin. It currently has 27 GitHub stars and 12.990 downloads on Packagist (latest version 1.0.3). Install it with composer require jxlwqq/composer-viewer. Discover more Laravel packages by jxlwqq or browse all Laravel packages to compare alternatives.

Last updated

Composer Viewer for Laravel-admin

A web interface of composer packages in laravel.

Screenshot

screenshot

Installation

Before you install, make sure PHP exec() function is enabled in your php.ini config file.

composer require jxlwqq/composer-viewer
# If you want to add a link entry in the left menu, use the following command to import
php artisan admin:import composer-viewer

Configuration

In the extensions section of the config/admin.php file, add configurations

'extensions' => [
    'composer-viewer' => [
        // Set this to false if you want to disable this extension
        'enable' => true,
        // Set the location of composer command
        'which-composer' => '/usr/local/bin/composer', // !! it's important !!
    ]
]

Usage

Open http://your-host/admin/composer-viewer

And you can find these installed packages.

More resources

Awesome Laravel-admin

License

Licensed under The MIT License (MIT).

Star History Chart