Download the PHP package xpersonas/laravel-styleguide without Composer
On this page you can find all versions of the php package xpersonas/laravel-styleguide. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xpersonas/laravel-styleguide
More information about xpersonas/laravel-styleguide
Files in xpersonas/laravel-styleguide
Package laravel-styleguide
Short Description Simple styleguide for use with Laravel projects. Quickly create a page of html elements and components to be styled with your front end stylesheets.
License GPL-3.0-or-later
Informations about the package laravel-styleguide
Laravel Styleguide
This package allows admins to create a custom styleguide for Laravel project development.
Basic Elements
Choose from a list of basic elements like headings, text, tables, etc..
Colors
Provide a list of colors with class name, description, and hex value.
Custom Patterns
Admins can also create custom patterns with a built in codemirror textarea.
Installation
This package comes with 3 models: basic settings, colors, and patterns. Run the following
Usage
The styleguide provides a Laravel component that can be dropped in any of your templates. This allows you to drop it in a page where your styles will be applied to all the elements contained within the styleguide.
Add this to your template:
Edit your Styleguide settings by visiting /admin/styleguide
on your site.
Stylesheets
The styleguide comes with a limited stylesheet for layout purposes. Include this only on your styleguide page if needed.
Protecting Routes
There are several CRUD-related pages that will need protection from anonymous users. Please use what ever authentication system you are using to ensure these pages are safe from the public.
Nova Ready (optional)
This package is Nova-ready. If you want to manage styleguide settings, patterns, and colors within a "beautifully designed administration panel" then follow the instructions below.

Installation
Add our Nova Tool to your Nova Service Proivder:
Laravel Nova Color Field (optional)
This package is also compatible with the excellent Laravel Nova Color Field from timothyasp.

Contribute
https://github.com/xpersonas/laravel-styleguide/pulls
Author
xpersonas