phroggyy / vivid by phroggyy

A drop-in blog for Laravel
13
1
2
Package Data
Maintainer Username: phroggyy
Maintainer Contact: leo.sjoberg@gmail.com (Leo Sjöberg)
Package Create Date: 2017-08-07
Package Last Update: 2018-10-26
Language: PHP
License: MIT
Last Refreshed: 2024-05-11 03:05:21
Package Statistics
Total Downloads: 13
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 1
Total Open Issues: 3

Vivid for Laravel

A drop-in flat-file blog system for Laravel

Installation

composer require phroggyy/vivid:0.1-dev

Usage

In a service provider, such as your AppServiceProvider, add

Vivid::admin();
Vivid::routes();