diff --git a/SRC/.env.example b/SRC/.env.example new file mode 100644 index 0000000..894024c --- /dev/null +++ b/SRC/.env.example @@ -0,0 +1,11 @@ +APP_ENV=local +APP_DEBUG=true +APP_KEY=SomeRandomString + +DB_HOST=localhost +DB_DATABASE=homestead +DB_USERNAME=homestead +DB_PASSWORD=secret + +CACHE_DRIVER=file +SESSION_DRIVER=file \ No newline at end of file