rowjat/artisan-serve

1.0.3 2025-07-16 17:06 UTC

This package is auto-updated.

Last update: 2025-08-05 12:11:06 UTC


README

Build Status Total Downloads Latest Stable Version License

Artisan Serve is a Laravel package that provides a convenient way to manage and update your application and plugins.

Installation

YouYou can install the package via composer:

composer require rowjat/artisan-serve

Usage

This package provides Artisan commands to check for updates, activate licenses, and initiate updates for your core application and plugins.

Check for Updates

To check for updates for your core application:

php artisan artisan-serve:check-update

To check for updates for a specific plugin:

php artisan artisan-serve:check-update --plugin=your-plugin-name

Activate License

To activate your license for the core application:

php artisan artisan-serve:activate-license --license=your-license-key --domain=your-domain.com

To activate your license for a specific plugin:

php artisan artisan-serve:activate-license --plugin=your-plugin-name --license=your-license-key --domain=your-domain.com

Verify License

To verify your license for the core application:

php artisan artisan-serve:verify-license

To verify your license for a specific plugin:

php artisan artisan-serve:verify-license --plugin=your-plugin-name

Initiate Update

To initiate an update for your core application:

php artisan artisan-serve:update-initiate

To initiate an update for a specific plugin:

php artisan artisan-serve:update-initiate --plugin=your-plugin-name

To update to a specific version:

php artisan artisan-serve:update-initiate --v=1.0.0

Contributing

Please see CONTRIBUTING.md for details.

License

The MIT License (MIT). Please see License File for more information.