Download the PHP package esign/laravel-install-command without Composer
On this page you can find all versions of the php package esign/laravel-install-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download esign/laravel-install-command
More information about esign/laravel-install-command
Files in esign/laravel-install-command
Package laravel-install-command
Short Description Simplify stub publishing and effortlessly manage Composer and Node packages
License MIT
Homepage https://github.com/esign/laravel-install-command
Informations about the package laravel-install-command
Simplify stub publishing and effortlessly manage Composer and Node packages
This package provides a simple way to publish stubs and install Composer and Node packages using a Laravel Command. This may be useful when creating packages that require stubs to be publish and require Composer and Node packages to be installed.
Installation
You can install the package via composer:
Usage
To make use of the InstallJob you may create a new command that extends the InstallCommand class. In this command you may specify the stubs to publish and the Composer and Node packages to install.
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-install-command with dependencies
illuminate/console Version ^10.0|^11.0
illuminate/filesystem Version ^10.0|^11.0
illuminate/process Version ^10.0|^11.0
illuminate/support Version ^10.0|^11.0