Skip to content

Commit 2abb81b

Browse files
bootstrap 4 notice
1 parent 25f2e77 commit 2abb81b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Laravel Vue SPA
2-
Starter Boilerplate SPA made with Laravel 5.5, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios & :heart:
2+
Starter Boilerplate SPA made with Laravel 5.5, Bootstrap 4, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios & :heart:
33

44
## Demo
55

@@ -8,8 +8,9 @@ Starter Boilerplate SPA made with Laravel 5.5, JWT Auth, Vue 2, Vue-router 3, Vu
88
[Live Demo](https://laravel-vue-spa.herokuapp.com)
99

1010
## What's New
11-
* Updated to [Vuex 3](http://vuex.vuejs.org) from Vuex 2
12-
* Updated to [Vue Router 3](http://router.vuejs.org) from Vue Router 2
11+
* Upgraded to [Bootstrap 4](http://getbootstrap.com) from [Bootstrap 3](https://getbootstrap.com/docs/3.3)
12+
* Upgraded to [Vuex 3](http://vuex.vuejs.org) from Vuex 2
13+
* Upgraded to [Vue Router 3](http://router.vuejs.org) from Vue Router 2
1314
* All packages are updated (both PHP and JS)
1415
* Removed unnecessary vuex store modules
1516
* Project structure updated

resources/assets/js/components/home/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<div class="jumbotron">
44
<h1 class="display-4" v-once>{{siteName}}</h1>
5-
<p class="lead">Starter Boilerplate SPA made with Laravel 5.5, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios and love</p>
5+
<p class="lead">Starter Boilerplate SPA made with Laravel 5.5, Bootstrap 4, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios and love</p>
66
<div class="pt-3">
77
<iframe src="https://ghbtns.com/github-btn.html?user=anindya-dhruba&repo=laravel-vue-spa&type=star&count=true&size=large" frameborder="0" scrolling="0" width="130px" height="30px"></iframe>
88
<iframe src="https://ghbtns.com/github-btn.html?user=anindya-dhruba&repo=laravel-vue-spa&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="130px" height="30px"></iframe>

resources/views/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="author" content="Anindya Dhruba">
77
<meta name="description" content="Laravel Vue SPA">
88

9-
<title>{{ config('app.name') }} - Starter Boilerplate SPA made with Laravel 5.5, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios and <3</title>
9+
<title>{{ config('app.name') }} - Starter Boilerplate SPA made with Laravel 5.5, Bootstrap 4, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios and <3</title>
1010

1111
<link href="{{ mix('/css/app.css') }}" rel="stylesheet">
1212
<script>

0 commit comments

Comments
 (0)