/eset

Package for common LWS features.

Primary LanguagePHPMIT LicenseMIT

Common assets for LWS projects

Prerequisites

  • PHP 8.1 or higher
  • Laravel 10

Installation

Install the package via Composer:

composer require nebstersk/eset

Usage

Publish common assets / files manually:

php artisan eset:publish

Add the same command to composer.json for automatic publish with every Composer update:

"scripts": {
    "post-update-cmd": [
      "@php artisan eset:publish"
    ],
}

Credits

License

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