awema-pl / module-indigo-layout
Basic styles and components set for building user interfaces.
Installs: 55
Dependents: 15
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Stylus
Requires
- ext-fileinfo: *
- awema-pl/module-awema-spa: dev-master
- awema-pl/module-base-js: dev-master
- awema-pl/module-context-menu: dev-master
- awema-pl/module-localization-helper: dev-master
- awema-pl/module-navigation: dev-master
- awema-pl/module-system-notify: dev-master
- awema-pl/module-tab-builder: dev-master
- awema-pl/module-table-builder: dev-master
- awema-pl/module-theme-switcher: dev-master
- illuminate/support: ~5|~6|~7|~8|~9
This package is auto-updated.
Last update: 2024-10-15 23:41:31 UTC
README
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 awema-pl/module-indigo-layout
You can publish the config file with:
php artisan vendor:publish --provider="AwemaPL\IndigoLayout\IndigoLayoutServiceProvider" --tag="config"