salih/composer

v1.2.0 2022-07-21 11:58 UTC

README

To get version:

php artisan salih:version

Example usage with console:

php artisan salih:install --path={Json File Path}

Example usage with instance:

use Salih\Composer\Console\InstallCommand;


$laraJson = new InstallCommand();
$laraJson->install($request->json->getRealPath());