Basic styles and components set for building user interfaces.
awes-io/indigo-layout is a Laravel package for basic styles and components set for building user interfaces..
It currently has 44 GitHub stars and 24.617 downloads on Packagist (latest version v1.10.16).
Install it with composer require awes-io/indigo-layout.
Discover more Laravel packages by awes-io
or browse all Laravel packages to compare alternatives.
Last updated
Basic styles and components set for building user interfaces.
Development mode npm run watch or simply npm start
Development mode for IE npm run watch:legacy
Production build npm run build
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"