WINAICO WST-MGX-P1 GEMINI Series Monocrystalline Module 400W ~ 410W | WST-400MGX-P1 / Full Black - WST-410MGX-P1

1 Ratings
Type Monocrystalline
Power Range 400W ~ 410W
Region Taiwan


Model No.
WST-400MGX-P1 WST-410MGX-P1
Warranty
Product 25-year Product Warranty on Materials and Workmanship
Performance 25-year Linear Power Performance Warranty
Electrical Data at STC
Maximum Power (Pmax)
400Wp 410Wp
Voltage at Maximum Power (Vmpp)
31.06V 31.30V
Current at Maximum Power (Impp)
12.88A 13.10A
Open Circuit Voltage (Voc)
37.29V 37.32V
Short Circuit Current (Isc)
13.69A 13.93A
Panel Efficiency
20.42% 20.93%
Power Tolerance (Positive)
0~+5W 0~+5W
Electrical Data at NOCT
Maximum Power (Pmax)
298Wp 307Wp
Voltage at Maximum Power (Vmpp)
28.42V 29.32V
Current at Maximum Power (Impp)
10.47A 10.47A
Open Circuit Voltage (Voc)
34.90V 35.35V
Short Circuit Current (Isc)
11.13A 11.34A
Panel Efficiency
20.42% 20.93%
Power Tolerance (Positive)
0~+5W 0~+5W
Temperature
43.85±3°C 43.85±3°C
Thermal Ratings
Operating Temperature Range –40°C to +85°C / –40°F to +185°F
Temperature Coefficient of Pmax -0.35%/°C
Temperature Coefficient of Voc -0.28%/°C
Temperature Coefficient of Isc +0.04%/°C
Maximum Ratings
Maximum System Voltage 1,500V/1,500V
Series Fuse Rating 25A
Material Data
Panel Dimension (H/W/D) 1,726 x 1,135x 35 mm (67.95 x 44.69 x 1.38 in)
Weight 21.5 kg (47.4 lbs)
Cell Type Monocrystalline
Cell Number 6 strings x 18 cells
Glass Type Toughened solar glass
Glass Thickness 3.2 mm (0.13 inches)
Frame Type Black anodised aluminium
Junction Box Protection Class IP 68 rated
Connector Type Genuine MC4-EVO2 IP68
PDF image
Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/home/seoking144/solarmarkitcom/storage/framework/sessions/XsqKD2eCNDowEsgl4SXTS7iLUuOlWwtWL5DEYfwI): failed to open stream: Disk quota exceeded ErrorException thrown with message "file_put_contents(/home/seoking144/solarmarkitcom/storage/framework/sessions/XsqKD2eCNDowEsgl4SXTS7iLUuOlWwtWL5DEYfwI): failed to open stream: Disk quota exceeded" Stacktrace: #8 ErrorException in /home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #7 file_put_contents in /home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #6 Illuminate\Filesystem\Filesystem:put in /home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #5 Illuminate\Session\FileSessionHandler:write in /home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Session/Store.php:129 #4 Illuminate\Session\Store:save in /home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #3 Illuminate\Session\Middleware\StartSession:terminate in /home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #2 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #1 Illuminate\Foundation\Http\Kernel:terminate in /home/seoking144/solarmarkitcom/public/index.php:60 #0 require_once in /home/seoking144/solarmarkitcom/server.php:21
8
ErrorException
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
7
file_put_contents
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
6
Illuminate\Filesystem\Filesystem put
/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php83
5
Illuminate\Session\FileSessionHandler write
/vendor/laravel/framework/src/Illuminate/Session/Store.php129
4
Illuminate\Session\Store save
/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php87
3
Illuminate\Session\Middleware\StartSession terminate
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php218
2
Illuminate\Foundation\Http\Kernel terminateMiddleware
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php189
1
Illuminate\Foundation\Http\Kernel terminate
/public/index.php60
0
require_once
/server.php21
/home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Write the contents of a file, replacing it atomically if it already exists.
     *
     * @param  string  $path
     * @param  string  $content
     * @return void
     */
    public function replace($path, $content)
    {
        // If the path already exists and is a symlink, get the real path...
        clearstatcache(true, $path);
 
        $path = realpath($path) ?: $path;
 
        $tempPath = tempnam(dirname($path), basename($path));
 
        // Fix permissions of tempPath because `tempnam()` creates it with permissions set to 0600...
        chmod($tempPath, 0777 - umask());
Arguments
  1. "file_put_contents(/home/seoking144/solarmarkitcom/storage/framework/sessions/XsqKD2eCNDowEsgl4SXTS7iLUuOlWwtWL5DEYfwI): failed to open stream: Disk quota exceeded"
    
/home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Write the contents of a file, replacing it atomically if it already exists.
     *
     * @param  string  $path
     * @param  string  $content
     * @return void
     */
    public function replace($path, $content)
    {
        // If the path already exists and is a symlink, get the real path...
        clearstatcache(true, $path);
 
        $path = realpath($path) ?: $path;
 
        $tempPath = tempnam(dirname($path), basename($path));
 
        // Fix permissions of tempPath because `tempnam()` creates it with permissions set to 0600...
        chmod($tempPath, 0777 - umask());
Arguments
  1. "/home/seoking144/solarmarkitcom/storage/framework/sessions/XsqKD2eCNDowEsgl4SXTS7iLUuOlWwtWL5DEYfwI"
    
  2. "a:3:{s:6:"_token";s:40:"epo9MXyBHmHYd9Ohp1xmqcChHRep5haMSASg9aAC";s:9:"_previous";a:1:{s:3:"url";s:140:"https://solarmarkit.com/product/144/winaico-wst-mgx-p1-gemini-series-monocrystalline-module-400w-410w-wst-400mgx-p1-full-black-wst-410mgx-p1";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        if ($this->files->isFile($path = $this->path.'/'.$sessionId)) {
            if ($this->files->lastModified($path) >= Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
                return $this->files->sharedGet($path);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
Arguments
  1. "/home/seoking144/solarmarkitcom/storage/framework/sessions/XsqKD2eCNDowEsgl4SXTS7iLUuOlWwtWL5DEYfwI"
    
  2. "a:3:{s:6:"_token";s:40:"epo9MXyBHmHYd9Ohp1xmqcChHRep5haMSASg9aAC";s:9:"_previous";a:1:{s:3:"url";s:140:"https://solarmarkit.com/product/144/winaico-wst-mgx-p1-gemini-series-monocrystalline-module-400w-410w-wst-400mgx-p1-full-black-wst-410mgx-p1";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Session/Store.php
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void
Arguments
  1. "XsqKD2eCNDowEsgl4SXTS7iLUuOlWwtWL5DEYfwI"
    
  2. "a:3:{s:6:"_token";s:40:"epo9MXyBHmHYd9Ohp1xmqcChHRep5haMSASg9aAC";s:9:"_previous";a:1:{s:3:"url";s:140:"https://solarmarkit.com/product/144/winaico-wst-mgx-p1-gemini-series-monocrystalline-module-400w-410w-wst-400mgx-p1-full-black-wst-410mgx-p1";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
 
            $this->addCookieToResponse($response, $session);
        }
 
        return $response;
    }
 
    /**
     * Perform any final actions for the request lifecycle.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Symfony\Component\HttpFoundation\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && ! $this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
 
    /**
     * Start the session for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Contracts\Session\Session
     */
    protected function startSession(Request $request)
    {
        return tap($this->getSession($request), function ($session) use ($request) {
            $session->setRequestOnHandler($request);
 
            $session->start();
        });
    }
 
    /**
     * Get the session implementation from the manager.
/home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
                continue;
            }
 
            [$name] = $this->parseMiddleware($middleware);
 
            $instance = $this->app->make($name);
 
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
    }
 
    /**
     * Gather the route middleware for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    protected function gatherRouteMiddleware($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddleware($route);
        }
 
        return [];
    }
 
    /**
Arguments
  1. Illuminate\Http\Request {#46
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#1452 …4}
      #routeResolver: Closure() {#1454 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#48}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +server: Symfony\Component\HttpFoundation\ServerBag {#50}
      +files: Symfony\Component\HttpFoundation\FileBag {#51}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#49}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#52}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/144/winaico-wst-mgx-p1-gemini-series-monocrystalline-module-400w-410w-wst-400mgx-p1-full-black-wst-410mgx-p1"
      #requestUri: "/product/144/winaico-wst-mgx-p1-gemini-series-monocrystalline-module-400w-410w-wst-400mgx-p1-full-black-wst-410mgx-p1"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Illuminate\Session\Store {#1498}
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Illuminate\Http\Response {#1561}
    
/home/seoking144/solarmarkitcom/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
Arguments
  1. Illuminate\Http\Request {#46
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#1452 …4}
      #routeResolver: Closure() {#1454 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#48}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +server: Symfony\Component\HttpFoundation\ServerBag {#50}
      +files: Symfony\Component\HttpFoundation\FileBag {#51}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#49}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#52}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/144/winaico-wst-mgx-p1-gemini-series-monocrystalline-module-400w-410w-wst-400mgx-p1-full-black-wst-410mgx-p1"
      #requestUri: "/product/144/winaico-wst-mgx-p1-gemini-series-monocrystalline-module-400w-410w-wst-400mgx-p1-full-black-wst-410mgx-p1"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Illuminate\Session\Store {#1498}
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Illuminate\Http\Response {#1561}
    
/home/seoking144/solarmarkitcom/public/index.php
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
Arguments
  1. Illuminate\Http\Request {#46
      #json: null
      #convertedFiles: null
      #userResolver: Closure($guard = null) {#1452 …4}
      #routeResolver: Closure() {#1454 …4}
      +attributes: Symfony\Component\HttpFoundation\ParameterBag {#48}
      +request: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +query: Symfony\Component\HttpFoundation\ParameterBag {#54}
      +server: Symfony\Component\HttpFoundation\ServerBag {#50}
      +files: Symfony\Component\HttpFoundation\FileBag {#51}
      +cookies: Symfony\Component\HttpFoundation\ParameterBag {#49}
      +headers: Symfony\Component\HttpFoundation\HeaderBag {#52}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/product/144/winaico-wst-mgx-p1-gemini-series-monocrystalline-module-400w-410w-wst-400mgx-p1-full-black-wst-410mgx-p1"
      #requestUri: "/product/144/winaico-wst-mgx-p1-gemini-series-monocrystalline-module-400w-410w-wst-400mgx-p1-full-black-wst-410mgx-p1"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Illuminate\Session\Store {#1498}
      #locale: null
      #defaultLocale: "en"
      -preferredFormat: null
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Illuminate\Http\Response {#1561}
    
/home/seoking144/solarmarkitcom/server.php
 
/**
 * Laravel - A PHP Framework For Web Artisans
 *
 * @package  Laravel
 * @author   Taylor Otwell <[email protected]>
 */
 
$uri = urldecode(
    parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
);
 
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
// built-in PHP web server. This provides a convenient way to test a Laravel
// application without having installed a "real" web server software here.
if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
    return false;
}
 
require_once __DIR__.'/public/index.php';
 
Arguments
  1. "/home/seoking144/solarmarkitcom/public/index.php"
    

Environment & details:

empty
empty
empty
Key Value
care_did
"cd94136a-649d-462a-b258-6bb218ab8fd0"
empty
Key Value
PATH
"/usr/local/bin:/bin:/usr/bin"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_COOKIE
"care_did=cd94136a-649d-462a-b258-6bb218ab8fd0"
HTTP_HOST
"solarmarkit.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
HTTP_X_FORWARDED_FOR
"3.143.1.159,172.70.131.20"
HTTP_CF_RAY
"9162b2e9fa7bf603-ORD"
HTTP_CF_CONNECTING_IP
"3.143.1.159"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_HTTPS
"on"
DOCUMENT_ROOT
"/home/seoking144/solarmarkitcom"
REMOTE_ADDR
"3.143.1.159"
REMOTE_PORT
"56910"
SERVER_ADDR
"162.0.229.9"
SERVER_NAME
"solarmarkit.com"
SERVER_ADMIN
"[email protected]"
SERVER_PORT
"443"
REQUEST_SCHEME
"https"
REQUEST_URI
"/product/144/winaico-wst-mgx-p1-gemini-series-monocrystalline-module-400w-410w-wst-400mgx-p1-full-black-wst-410mgx-p1"
REDIRECT_URL
"/product/144/winaico-wst-mgx-p1-gemini-series-monocrystalline-module-400w-410w-wst-400mgx-p1-full-black-wst-410mgx-p1"
REDIRECT_REQUEST_METHOD
"GET"
PROXY_REMOTE_ADDR
"162.0.229.9"
HTTPS
"on"
REDIRECT_STATUS
"200"
SCRIPT_FILENAME
"/home/seoking144/solarmarkitcom/server.php"
QUERY_STRING
""
SCRIPT_URI
"https://solarmarkit.com/product/144/winaico-wst-mgx-p1-gemini-series-monocrystalline-module-400w-410w-wst-400mgx-p1-full-black-wst-410mgx-p1"
SCRIPT_URL
"/product/144/winaico-wst-mgx-p1-gemini-series-monocrystalline-module-400w-410w-wst-400mgx-p1-full-black-wst-410mgx-p1"
SCRIPT_NAME
"/server.php"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
REQUEST_METHOD
"GET"
X-LSCACHE
"on"
PHP_SELF
"/server.php"
REQUEST_TIME_FLOAT
1740266344.1793
REQUEST_TIME
1740266344
APP_NAME
"Laravel"
APP_ENV
"local"
APP_KEY
"base64:3NEj5cpMljAZdq7PxkhQStRVH3GTAmETx+jBD7c9b7Y="
APP_DEBUG
"true"
APP_URL
"http://localhost"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"seoking144_solarmarkitcombd"
DB_USERNAME
"seoking144_solarmarkit"
DB_PASSWORD
"C@s2-ND{8#74"
FILESYSTEM_DRIVER
"public"
FILESYSTEM_CLOUD
"google"
GOOGLE_DRIVE_CLIENT_ID
"902597661676-0csn83cp68tpvje6a6vdbdagp6l9bebd.apps.googleusercontent.com"
GOOGLE_DRIVE_CLIENT_SECRET
"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"
GOOGLE_DRIVE_REFRESH_TOKEN
"1//04-hvICYuMTR2CgYIARAAGAQSNwF-L9IrN1IxZi-c5FmTwGZ1pdpPuRPFK8Rf1U-N11sMAPj8IJNavaTYEr8M-_fxD4utW4ullqM"
GOOGLE_DRIVE_FOLDER_ID
"1NF6MXrJMLJJLFbxWSt3w8nlIl_XkBTmb"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"sync"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
GOOGLE_MAPS_API_KEY
"AIzaSyDhhN8PqF4nhWa7ZOYEafK3MeSm_Xs6UT4"
MAIL_DRIVER
"sendmail"
MAIL_HOST
"smtp.zoho.com"
MAIL_PORT
"465"
MAIL_USERNAME
"[email protected]"
MAIL_PASSWORD
"123@ccounts123"
MAIL_ENCRYPTION
"ssl"
MIX_PUSHER_APP_KEY
"${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER
"${PUSHER_APP_CLUSTER}"
PUSHER_APP_ID
"1276503"
PUSHER_APP_KEY
"59251744d2c0a729dcfb"
PUSHER_APP_SECRET
"330a265620e71f4e25ce"
PUSHER_APP_CLUSTER
"mt1"
STRIPE_KEY
"pk_test_51Jni0UHtV0oRuQX69V6MnhdfIv60GZxRFnuaWryUQ3lj4gzZpPADhlXRFwhQg9U6jje7786ZkT6p41xCxISPsKcy00PzTO6Egy"
STRIPE_SECRET
"sk_test_51Jni0UHtV0oRuQX6DyKxjwM5dUTwaxNddsK0h9FdvhVxWiirgARc4WTC3NQSVUIcl6x1CxnLrLwfSHkEE1HKarLO00yb5XLYOh"
service_account_credentials_json
"app_path('laravel-google-analytics/service-account-credentials.json')"
PROPERTY_ID
"413473196"
Key Value
PATH
"/usr/local/bin:/bin:/usr/bin"
APP_NAME
"Laravel"
APP_ENV
"local"
APP_KEY
"base64:3NEj5cpMljAZdq7PxkhQStRVH3GTAmETx+jBD7c9b7Y="
APP_DEBUG
"true"
APP_URL
"http://localhost"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"seoking144_solarmarkitcombd"
DB_USERNAME
"seoking144_solarmarkit"
DB_PASSWORD
"C@s2-ND{8#74"
FILESYSTEM_DRIVER
"public"
FILESYSTEM_CLOUD
"google"
GOOGLE_DRIVE_CLIENT_ID
"902597661676-0csn83cp68tpvje6a6vdbdagp6l9bebd.apps.googleusercontent.com"
GOOGLE_DRIVE_CLIENT_SECRET
"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"
GOOGLE_DRIVE_REFRESH_TOKEN
"1//04-hvICYuMTR2CgYIARAAGAQSNwF-L9IrN1IxZi-c5FmTwGZ1pdpPuRPFK8Rf1U-N11sMAPj8IJNavaTYEr8M-_fxD4utW4ullqM"
GOOGLE_DRIVE_FOLDER_ID
"1NF6MXrJMLJJLFbxWSt3w8nlIl_XkBTmb"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"sync"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
GOOGLE_MAPS_API_KEY
"AIzaSyDhhN8PqF4nhWa7ZOYEafK3MeSm_Xs6UT4"
MAIL_DRIVER
"sendmail"
MAIL_HOST
"smtp.zoho.com"
MAIL_PORT
"465"
MAIL_USERNAME
"[email protected]"
MAIL_PASSWORD
"123@ccounts123"
MAIL_ENCRYPTION
"ssl"
MIX_PUSHER_APP_KEY
"${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER
"${PUSHER_APP_CLUSTER}"
PUSHER_APP_ID
"1276503"
PUSHER_APP_KEY
"59251744d2c0a729dcfb"
PUSHER_APP_SECRET
"330a265620e71f4e25ce"
PUSHER_APP_CLUSTER
"mt1"
STRIPE_KEY
"pk_test_51Jni0UHtV0oRuQX69V6MnhdfIv60GZxRFnuaWryUQ3lj4gzZpPADhlXRFwhQg9U6jje7786ZkT6p41xCxISPsKcy00PzTO6Egy"
STRIPE_SECRET
"sk_test_51Jni0UHtV0oRuQX6DyKxjwM5dUTwaxNddsK0h9FdvhVxWiirgARc4WTC3NQSVUIcl6x1CxnLrLwfSHkEE1HKarLO00yb5XLYOh"
service_account_credentials_json
"app_path('laravel-google-analytics/service-account-credentials.json')"
PROPERTY_ID
"413473196"
0. Whoops\Handler\PrettyPageHandler