Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sc0vu/lumtify

lumen + vuetify blog
https://github.com/sc0vu/lumtify

blog lumen lumen-framework lumen-php-framework rest-api restful-api vuejs vuetify

Last synced: about 1 month ago
JSON representation

lumen + vuetify blog

Awesome Lists containing this project

README

        

# lumtify

[![Build Status](https://travis-ci.org/sc0Vu/lumtify.svg?branch=master)](https://travis-ci.org/sc0Vu/lumtify)
[![codecov](https://codecov.io/gh/sc0Vu/lumtify/branch/master/graph/badge.svg)](https://codecov.io/gh/sc0Vu/lumtify)
[![Dependency Status](https://www.versioneye.com/user/projects/58d7719e6893fd004792c9e7/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58d7719e6893fd004792c9e7)

[Lumen](https://github.com/laravel/lumen) + [Vuetify](https://github.com/vuetifyjs/vuetify) blog

lumtify is a blog cms build with lumen and vuetify

## Install

PHP

composer install

mv .env.example .env

touch database/lumtify.sqlite

php artisan migrate

php artisan jwt:secret

Frontend

npm install // yarn install

gulp // compile assets

## Test

PHP

mv .env.example .env && touch database/lumtify.sqlite && php artisan migrate --seed && php artisan jwt:secret

vendor/bin/phpunit

Frontend

to be continued

## Demo

[website](https://lumtify.ptrgl.com/)

* admin

username: [email protected]

password: ilovelumtify

* editor

username: [email protected]

password: ilovelumtify

## License

[MIT license](http://opensource.org/licenses/MIT)

## Support on Beerpay
Hey dude! Help me out for a couple of :beers:!

[![Beerpay](https://beerpay.io/sc0Vu/lumtify/badge.svg?style=beer-square)](https://beerpay.io/sc0Vu/lumtify) [![Beerpay](https://beerpay.io/sc0Vu/lumtify/make-wish.svg?style=flat-square)](https://beerpay.io/sc0Vu/lumtify?focus=wish)