Common assets for LWS projects.

Maintainers

Package info

github.com/NebsterSK/eset

Homepage

pkg:composer/nebstersk/eset

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2023-08-31 07:07 UTC

This package is auto-updated.

Last update: 2026-04-29 01:26:17 UTC


README

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.