Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.17 KB

1-Installation-and-Setup.md

File metadata and controls

41 lines (26 loc) · 1.17 KB

1. Installation

Table of contents

  1. Installation and Setup
  2. Configuration
  3. Usage
  4. Extra

Server Requirements

The Laravel Assets package has a few system requirements:

- PHP >= 7.1.3
- ext-json

You need also to install Yarn version >= 1.0.

Version Compatibility

LaravelAssets Laravel
LaravelAssets v5.7.x Laravel v5.7

Composer

You can install this package via Composer by running this command: composer require arcanedev/laravel-assets --dev.

Artisan commands

To publish the config file, run this command:

php artisan vendor:publish --provider="Arcanedev\Assets\AssetsServiceProvider"