artisan/outline

This package is abandoned and no longer maintained. No replacement package was suggested.

An admin package for Laravel.

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:JavaScript

0.2.1 2018-11-09 21:20 UTC

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.