Browse Source

修改laravel版本

master
bill 3 years ago
parent
commit
b63674012e
  1. 8
      composer.json
  2. 2
      config/database.php
  3. 2
      resources/views/wap/index/index.blade.php

8
composer.json

@ -8,7 +8,7 @@
"php": ">=5.6.4",
"intervention/image": "^2.3",
"jpush/jpush": "v3.5.*",
"laravel/framework": "5.4.*",
"laravel/framework": "5.5.*",
"laravel/tinker": "~1.0",
"maatwebsite/excel": "~2.1.0",
"overtrue/laravel-wechat": "~3.1",
@ -20,7 +20,7 @@
"require-dev": {
"fzaninotto/faker": "~1.4",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~5.7"
"phpunit/phpunit": "~6.0"
},
"autoload": {
"classmap": [
@ -52,6 +52,10 @@
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan clear-compiled"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover"
]
},
"config": {

2
config/database.php

@ -50,7 +50,7 @@ return [
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => env('DB_PREFIX', 'fl_'),
'strict' => true,
'strict' => false,
'engine' => null,
],

2
resources/views/wap/index/index.blade.php

@ -80,4 +80,6 @@ $('#listbu').click(function(){
});
});
</script>
@include('wap.common.footer')
</body></html>
Loading…
Cancel
Save