Skip to content

Add and manage local laravel packages for development

Notifications You must be signed in to change notification settings

flightsadmin/cool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Cool

Latest Version on Packagist Total Downloads

This Package provides easy way to enable, disable and Remove packages during local laravel development. Many time you want to try your Package locally before submitting to packagist.org

Installation

Installation is simple

composer require flightsadmin/cool --dev

This will install the package as a dev dependancy.

Using this package

Execute below commands as required.

To Enable Local packages.

php artisan cool:enable {vendor} {package}

To Disable Local packages.

php artisan cool:disable {vendor} {package}

To Remove Local packages.

php artisan cool:remove vendor package

Replace

{vendor} with the package vendor-name

{package} with the package-name

Conclussion

This package will be helpful with local development.

About

Add and manage local laravel packages for development

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages