Common assets for LWS projects.

1.1.0 2023-08-31 07:07 UTC

This package is auto-updated.

Last update: 2024-09-30 01:54:43 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.