Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 76edb21

Browse files
Set up for default environment
1 parent 93e8614 commit 76edb21

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎config/database.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
|
2727
*/
2828

29-
'default' => env('DB_DEFAULT', 'mysql'),
29+
'default' => env('DB_DEFAULT', 'sqlite'),
3030

3131
/*
3232
|--------------------------------------------------------------------------

‎readme.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Setup
66

77
- Clone repo
8+
- Create your .env file from the example file: `cp .env.testng .env`
89
- Install composer dependencies: `composer install`
910
- Create databases by creating the following files:
1011
- `storage/database.sqlite`

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /