File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 "type" : " project" ,
77 "require" : {
88 "php" : " >=5.6.4" ,
9- "laravel/framework" : " 5.3 .*" ,
9+ "laravel/framework" : " 5.4 .*" ,
1010 "dingo/api" : " 1.0.x@dev" ,
1111 "tymon/jwt-auth" : " 1.0.*@dev" ,
12- "darkaonline/l5-swagger" : " ~3 .0"
12+ "darkaonline/l5-swagger" : " ~4 .0"
1313 },
1414 "require-dev" : {
1515 "fzaninotto/faker" : " ~1.4" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require('./bootstrap');
1616 * the application, or feel free to tweak this setup for your needs.
1717 */
1818
19- var VueRouter = require ( 'vue-router' ) ;
19+ import VueRouter from 'vue-router' ;
2020Vue . use ( VueRouter ) ;
2121
2222var VueResource = require ( 'vue-resource' ) ;
Original file line number Diff line number Diff line change 1111 <span class =" icon-bar" ></span >
1212 <span class =" icon-bar" ></span >
1313 </button >
14- <a class =" navbar-brand" href =" #" >Laravel/ Vue.js</a >
14+ <a class =" navbar-brand" href =" #" >Laravel 5.4 / Vue.js 2.x </a >
1515 <ul class =" nav navbar-nav" >
1616 <router-link tag =" li" to =" /" exact ><a >One</a ></router-link >
1717 <router-link tag =" li" to =" /two" ><a >Two</a ></router-link >
Original file line number Diff line number Diff line change 66 <meta name =" viewport" content =" width=device-width, initial-scale=1" >
77 <meta name =" csrf-token" content =" {{ csrf_token () } }" >
88
9- <title >Laravel5/ Vue.js2 </title >
9+ <title >Laravel 5.4 / Vue.js 2.x </title >
1010
1111 <!-- Fonts -->
1212 <link href =" https://fonts.googleapis.com/css?family=Raleway:100,600" rel =" stylesheet" type =" text/css" >
You can’t perform that action at this time.
0 commit comments