Skip to content

Commit edef02f

Browse files
committed
misc changes in test suit.
1 parent 6f726ff commit edef02f

File tree

11 files changed

+4701
-2921
lines changed

11 files changed

+4701
-2921
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ Generate a new application key
6161

6262
php artisan key:generate
6363

64-
Generate a new JWT secret key (If you want to use API)
65-
php artisan jwt:secret
66-
6764
Generate a new JWT authentication secret key
6865

6966
php artisan jwt:secret
@@ -113,6 +110,10 @@ You can now access the server at http://localhost:8000
113110
php artisan jwt:secret
114111
php artisan vendor:publish --tag=lfm_public
115112

113+
## Please note
114+
115+
- To run test cases, add SQLite support to your php
116+
116117
## Logging In
117118

118119
`php artisan db:seed` adds three users with respective roles. The credentials are as follows:

access.log

Lines changed: 147 additions & 0 deletions
Large diffs are not rendered by default.

app/Providers/AppServiceProvider.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ class AppServiceProvider extends ServiceProvider
1010
{
1111
/**
1212
* Bootstrap any application services.
13-
*
14-
* @return void
1513
*/
1614
public function boot()
1715
{
@@ -53,8 +51,6 @@ public function boot()
5351

5452
/**
5553
* Register any application services.
56-
*
57-
* @return void
5854
*/
5955
public function register()
6056
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"arcanedev/no-captcha": "^5.0",
1717
"creativeorange/gravatar": "~1.0",
1818
"davejamesmiller/laravel-breadcrumbs": "^5.0",
19-
"doctrine/dbal": "^2.6",
19+
"doctrine/dbal": "^2.9",
2020
"fideloper/proxy": "^4.0",
2121
"hieu-le/active": "^3.5",
2222
"laravel/framework": "5.7.*",

0 commit comments

Comments
 (0)