artisan / outline
An admin package for Laravel.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- spatie/laravel-blade-x: ^2.0
Requires (Dev)
- orchestra/testbench: ^3.6
This package is auto-updated.
Last update: 2019-10-03 22:20:18 UTC
README
Still WIP, use at your own risk.
Outline is an admin dashboard for Laravel.
Installation
composer require artisan/outline
Initialize the project.
php artisan outline:install
Add the OutlineServiceProvider
to your app.php
.
Stream of Consciousness Note-taking
Overridable CSS Variables
:root {
--primary: #1e8cf9;
--chart-fill: var(--primary);
--chart-stroke: var(--primary);
}
Todo
- Find a way to hook up Outline styles to PostCSS.
- Use Phoenix-esque style in node modules to hook outline helpers.
"dependencies": {
"outline": "file:vendor/outline/..."
}
- Create the index page into a layout.
- Figure out how to implement BladeX here.