Skip to content
This repository was archived by the owner on Apr 1, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adenvt/laravel-coreui-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0
Choose a base ref
...
head repository: adenvt/laravel-coreui-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Loading
Showing with 3,112 additions and 3,037 deletions.
  1. +12 −2 README.md
  2. +570 −316 composer.lock
  3. +2,499 −2,688 package-lock.json
  4. +31 −31 package.json
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -2,8 +2,15 @@

> Laravel + CoreUI + Vue Boilerplate
[![PHP version](https://badge.fury.io/ph/adenvt%2Flaravel-coreui-vue.svg)](https://badge.fury.io/ph/adenvt%2Flaravel-coreui-vue)
[![Build Status](https://travis-ci.com/adenvt/laravel-coreui-vue.svg?branch=master)](https://travis-ci.com/adenvt/laravel-coreui-vue) [![Greenkeeper badge](https://badges.greenkeeper.io/adenvt/laravel-coreui-vue.svg)](https://greenkeeper.io/)
![Packagist Version](https://img.shields.io/packagist/v/adenvt/laravel-coreui-vue.svg?color=brightgreen&label=version)
![Travis (.com)](https://img.shields.io/travis/com/adenvt/laravel-coreui-vue.svg)
![Travis (.com) branch](https://img.shields.io/travis/com/adenvt/laravel-coreui-vue/develop.svg?label=dev%20build)
[![Greenkeeper badge](https://badges.greenkeeper.io/adenvt/laravel-coreui-vue.svg)](https://greenkeeper.io/)
![Packagist](https://img.shields.io/packagist/dt/adenvt/laravel-coreui-vue.svg)
![David](https://img.shields.io/david/adenvt/laravel-coreui-vue.svg?logo=npm)
![David](https://img.shields.io/david/dev/adenvt/laravel-coreui-vue.svg?logo=npm)
![Packagist](https://img.shields.io/packagist/l/adenvt/laravel-coreui-vue.svg?color=blue)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fadenvt%2Flaravel-coreui-vue.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fadenvt%2Flaravel-coreui-vue?ref=badge_shield)

## What's inside
* [Laravel][laravel] 5.8, A PHP framework for web artisans
@@ -127,3 +134,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
[offline-plugin]: https://github.com/NekR/offline-plugin
[workbox]: https://developers.google.com/web/tools/workbox/
[laravel-page-speed]: https://github.com/renatomarinho/laravel-page-speed


[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fadenvt%2Flaravel-coreui-vue.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fadenvt%2Flaravel-coreui-vue?ref=badge_large)
Loading