Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 792 Bytes

3-Usage.md

File metadata and controls

34 lines (22 loc) · 792 Bytes

3. Usage

Table of contents

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

Artisan Commands

assets:init

This command is recommended to be launched when you start a new laravel project because it will change your assets structure instead of using the default one.

php artisan assets:init

To customize the folders structure or names, check the package's config file.

assets:make

This command will create an asset folder for your project with a predefined preset.

php artisan assets:make

You can also specify the name and the preset if you want to avoid the console questions:

php artisan assets:make admin --preset bootstrap