Skip to content

Commit

Permalink
update packages and republished
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed May 11, 2019
1 parent 923fe12 commit 327449c
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 156,100 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ Run and visit `/api/documentation` for Swagger docs.

## Features
- [x] See list of features here [laratt](https://github.com/niiknow/laratt#features)
- [x] Simplify installation with [rachidlaasri/laravel-installer](https://github.com/rashidlaasri/LaravelInstaller).
- [x] Simplify backup with [spatie/laravel-backup](https://github.com/spatie/laravel-backup)
- [x] Simplify installation with [rachidlaasri/laravel-installer](https://github.com/rashidlaasri/LaravelInstaller).
- [x] Simple authentication with `X-API-Key` header

## Q and A
Expand Down
3 changes: 1 addition & 2 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
namespace App\Providers;

use Illuminate\Support\Facades\Schema;
use Illuminate\Support\ServiceProvider;

class AppServiceProvider extends ServiceProvider
Expand All @@ -13,7 +12,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
Schema::defaultStringLength(191);
\Illuminate\Support\Facades\Schema::defaultStringLength(191);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"maatwebsite/excel": "^3.0",
"rachidlaasri/laravel-installer": "^4.0",
"zircote/swagger-php": "^3.0",
"niiknow/laratt": "^1.6.4"
"niiknow/laratt": "^1.6.5"
},
"require-dev": {
"beyondcode/laravel-dump-server": "^1.0",
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"tinycolor2": "^1.4.1",
"vue": "^2.6.10",
"vue-axios": "^2.0.2",
"vue-datatables-net": "^1.1.2",
"vue-datatables-net": "^1.1.3",
"vue-element-loading": "^1.1.1",
"vue-i18n": "^8.11.1",
"vue-loader": "^15.7.0",
"vue-router": "^3.0.6",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.0",
"vuex": "^3.1.1",
"vuex-router-sync": "^5.0.0"
},
"dependencies": {},
Expand Down
Loading

0 comments on commit 327449c

Please sign in to comment.