indigo-layout
indigo-layout copied to clipboard
🦄Basic theme for Awes.io: UI interface with Blade components for fast start
trafficstars
Indigo Layout
Basic styles and components set for building user interfaces.
Documentation
NPM scripts
Development mode npm run watch or simply npm start
Development mode for IE npm run watch:legacy
Production build npm run build
Installation
This package can be used in Laravel 5.7 or higher.
You can install the package via composer:
$ composer require awes-io/indigo-layout
You can publish the config file with:
php artisan vendor:publish --provider="AwesIO\IndigoLayout\IndigoLayoutServiceProvider" --tag="config"