Welcome to Garnish Knit Fashion

About US

Garnish Knit Fashion is located in Bangladesh more precisely the heart of Narayanganj, about 25 kilometer from Dhaka. It is a big hub for Bangladeshi knits export. The company has started with the sole export of knitted garments to Europe and extended its reaches to USA, Russia and Canada. We export all kinds of garments. Our products are for Men, Women, Boys, Girls and Kids. The export capability of our company is ably supported by the progressive attitude that has made it to have a vertical set-up. The company has been consistently able to be on the top level of garment export market. It may worthwhile to note here that all these products are subject to checking by the company's quality. Assurance department personally.
Read More
SINCE 2021

OUR SERVICES & CORE VALUES

Our team ingeniously design and develop sample. We develop and source best product and cheaper price every day to match with our cost cutting technology. We deliberately select factories for product, quality, financial capabilities and efficiency. Our line of quality management team is hired with the deliberate process to ensure our highest level of job quality.

Get a quote

Our Product

KNITWEAR ITEMS (FINE KNIT)

Tee & Polo shirt (Long & Short Sleeve : Round/Crew Neck & V-Neck), Trousers, Leggings, Dress, Tops, chemise, Tank Top, Shorts / Bermuda, Jackets including Fancy & Basic Styles covering all gender & ages group.

WOVEN ITEMS

All kind of Pant – Long & Short, Skirt, Shirt, Dress, Tops, Shorts / Bermuda, Night Dress etc.

SWEATER ITEMS (HEAVY KNIT)

1.5 GG, 3 GG, 5 GG, 7 GG, 12 GG With Local & Fancy Yarn like as Acrylic, Cotton, Blended Yarn, Lurex Yarn, Mixed Yarn, etc for all gender group & ages.

Contact Our Awesome Team

Whoops! There was an error.
ErrorException (E_NOTICE)
fwrite(): write of 2030 bytes failed with errno=122 Disk quota exceeded ErrorException thrown with message "fwrite(): write of 2030 bytes failed with errno=122 Disk quota exceeded" Stacktrace: #11 ErrorException in /home/garnishknit/public_html/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:131 #10 fwrite in /home/garnishknit/public_html/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:131 #9 Monolog\Handler\StreamHandler:streamWrite in /home/garnishknit/public_html/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:117 #8 Monolog\Handler\StreamHandler:write in /home/garnishknit/public_html/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php:39 #7 Monolog\Handler\AbstractProcessingHandler:handle in /home/garnishknit/public_html/vendor/monolog/monolog/src/Monolog/Logger.php:344 #6 Monolog\Logger:addRecord in /home/garnishknit/public_html/vendor/monolog/monolog/src/Monolog/Logger.php:707 #5 Monolog\Logger:error in /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Log/Writer.php:203 #4 Illuminate\Log\Writer:writeLog in /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Log/Writer.php:114 #3 Illuminate\Log\Writer:error in /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php:113 #2 Illuminate\Foundation\Exceptions\Handler:report in /home/garnishknit/public_html/app/Exceptions/Handler.php:35 #1 App\Exceptions\Handler:report in /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php:81 #0 Illuminate\Foundation\Bootstrap\HandleExceptions:handleException in [internal]:0
11
ErrorException
/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php131
10
fwrite
/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php131
9
Monolog\Handler\StreamHandler streamWrite
/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php117
8
Monolog\Handler\StreamHandler write
/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php39
7
Monolog\Handler\AbstractProcessingHandler handle
/vendor/monolog/monolog/src/Monolog/Logger.php344
6
Monolog\Logger addRecord
/vendor/monolog/monolog/src/Monolog/Logger.php707
5
Monolog\Logger error
/vendor/laravel/framework/src/Illuminate/Log/Writer.php203
4
Illuminate\Log\Writer writeLog
/vendor/laravel/framework/src/Illuminate/Log/Writer.php114
3
Illuminate\Log\Writer error
/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php113
2
Illuminate\Foundation\Exceptions\Handler report
/app/Exceptions/Handler.php35
1
App\Exceptions\Handler report
/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php81
0
Illuminate\Foundation\Bootstrap\HandleExceptions handleException
[internal]0
/home/garnishknit/public_html/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
        if ($this->useLocking) {
            // ignoring errors here, there's not much we can do about them
            flock($this->stream, LOCK_EX);
        }
 
        $this->streamWrite($this->stream, $record);
 
        if ($this->useLocking) {
            flock($this->stream, LOCK_UN);
        }
    }
 
    /**
     * Write to stream
     * @param resource $stream
     * @param array $record
     */
    protected function streamWrite($stream, array $record)
    {
        fwrite($stream, (string) $record['formatted']);
    }
 
    private function customErrorHandler($code, $msg)
    {
        $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
    }
 
    /**
     * @param string $stream
     *
     * @return null|string
     */
    private function getDirFromStream($stream)
    {
        $pos = strpos($stream, '://');
        if ($pos === false) {
            return dirname($stream);
        }
 
        if ('file://' === substr($stream, 0, 7)) {
Arguments
  1. "fwrite(): write of 2030 bytes failed with errno=122 Disk quota exceeded"
    
/home/garnishknit/public_html/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
        if ($this->useLocking) {
            // ignoring errors here, there's not much we can do about them
            flock($this->stream, LOCK_EX);
        }
 
        $this->streamWrite($this->stream, $record);
 
        if ($this->useLocking) {
            flock($this->stream, LOCK_UN);
        }
    }
 
    /**
     * Write to stream
     * @param resource $stream
     * @param array $record
     */
    protected function streamWrite($stream, array $record)
    {
        fwrite($stream, (string) $record['formatted']);
    }
 
    private function customErrorHandler($code, $msg)
    {
        $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
    }
 
    /**
     * @param string $stream
     *
     * @return null|string
     */
    private function getDirFromStream($stream)
    {
        $pos = strpos($stream, '://');
        if ($pos === false) {
            return dirname($stream);
        }
 
        if ('file://' === substr($stream, 0, 7)) {
Arguments
  1. stream resource @364
      timed_out: false
      blocked: true
      eof: false
      wrapper_type: "plainfile"
      stream_type: "STDIO"
      mode: "a"
      unread_bytes: 0
      seekable: true
      uri: "/home/garnishknit/public_html/storage/logs/laravel.log"
      options: []
    }
    
  2. """
    [2024-12-13 11:32:46] local.ERROR: file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded {"exception":"[object] (ErrorException(code: 0): file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded at /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122)\n
    [stacktrace]\n
    #0 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'file_put_conten...', '/home/garnishkn...', 122, Array)\n
    #1 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(122): file_put_contents('/home/garnishkn...', 'a:3:{s:6:\"_toke...', 2)\n
    #2 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php(83): Illuminate\\Filesystem\\Filesystem->put('/home/garnishkn...', 'a:3:{s:6:\"_toke...', true)\n
    #3 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\FileSessionHandler->write('c8DybVZZ7WDIb7z...', 'a:3:{s:6:\"_toke...')\n
    #4 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(87): Illuminate\\Session\\Store->save()\n
    #5 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(218): Illuminate\\Session\\Middleware\\StartSession->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
    #6 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(189): Illuminate\\Foundation\\Http\\Kernel->terminateMiddleware(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
    #7 /home/garnishknit/public_html/index.php(62): Illuminate\\Foundation\\Http\\Kernel->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
    #8 {main}\n
    "} \n
    """
    
/home/garnishknit/public_html/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
            $this->createDir();
            $this->errorMessage = null;
            set_error_handler(array($this, 'customErrorHandler'));
            $this->stream = fopen($this->url, 'a');
            if ($this->filePermission !== null) {
                @chmod($this->url, $this->filePermission);
            }
            restore_error_handler();
            if (!is_resource($this->stream)) {
                $this->stream = null;
                throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened: '.$this->errorMessage, $this->url));
            }
        }
 
        if ($this->useLocking) {
            // ignoring errors here, there's not much we can do about them
            flock($this->stream, LOCK_EX);
        }
 
        $this->streamWrite($this->stream, $record);
 
        if ($this->useLocking) {
            flock($this->stream, LOCK_UN);
        }
    }
 
    /**
     * Write to stream
     * @param resource $stream
     * @param array $record
     */
    protected function streamWrite($stream, array $record)
    {
        fwrite($stream, (string) $record['formatted']);
    }
 
    private function customErrorHandler($code, $msg)
    {
        $this->errorMessage = preg_replace('{^(fopen|mkdir)\(.*?\): }', '', $msg);
    }
Arguments
  1. stream resource @364
      timed_out: false
      blocked: true
      eof: false
      wrapper_type: "plainfile"
      stream_type: "STDIO"
      mode: "a"
      unread_bytes: 0
      seekable: true
      uri: "/home/garnishknit/public_html/storage/logs/laravel.log"
      options: []
    }
    
  2. array:8 [
      "message" => "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
      "context" => array:1 [
        "exception" => ErrorException {
          #message: "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
          #code: 0
          #file: "/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
          #line: 122
          #severity: E_WARNING
        }
      ]
      "level" => 400
      "level_name" => "ERROR"
      "channel" => "local"
      "datetime" => DateTime @1734089566 {
        date: 2024-12-13 11:32:46.404113 UTC (+00:00)
      }
      "extra" => []
      "formatted" => """
        [2024-12-13 11:32:46] local.ERROR: file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded {"exception":"[object] (ErrorException(code: 0): file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded at /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122)\n
        [stacktrace]\n
        #0 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'file_put_conten...', '/home/garnishkn...', 122, Array)\n
        #1 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(122): file_put_contents('/home/garnishkn...', 'a:3:{s:6:\"_toke...', 2)\n
        #2 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php(83): Illuminate\\Filesystem\\Filesystem->put('/home/garnishkn...', 'a:3:{s:6:\"_toke...', true)\n
        #3 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\FileSessionHandler->write('c8DybVZZ7WDIb7z...', 'a:3:{s:6:\"_toke...')\n
        #4 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(87): Illuminate\\Session\\Store->save()\n
        #5 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(218): Illuminate\\Session\\Middleware\\StartSession->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #6 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(189): Illuminate\\Foundation\\Http\\Kernel->terminateMiddleware(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #7 /home/garnishknit/public_html/index.php(62): Illuminate\\Foundation\\Http\\Kernel->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #8 {main}\n
        "} \n
        """
    ]
    
/home/garnishknit/public_html/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
 *
 * @author Jordi Boggiano <j.boggiano@seld.be>
 * @author Christophe Coevoet <stof@notk.org>
 */
abstract class AbstractProcessingHandler extends AbstractHandler
{
    /**
     * {@inheritdoc}
     */
    public function handle(array $record)
    {
        if (!$this->isHandling($record)) {
            return false;
        }
 
        $record = $this->processRecord($record);
 
        $record['formatted'] = $this->getFormatter()->format($record);
 
        $this->write($record);
 
        return false === $this->bubble;
    }
 
    /**
     * Writes the record down to the log of the implementing handler
     *
     * @param  array $record
     * @return void
     */
    abstract protected function write(array $record);
 
    /**
     * Processes a record.
     *
     * @param  array $record
     * @return array
     */
    protected function processRecord(array $record)
    {
Arguments
  1. array:8 [
      "message" => "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
      "context" => array:1 [
        "exception" => ErrorException {
          #message: "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
          #code: 0
          #file: "/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
          #line: 122
          #severity: E_WARNING
        }
      ]
      "level" => 400
      "level_name" => "ERROR"
      "channel" => "local"
      "datetime" => DateTime @1734089566 {
        date: 2024-12-13 11:32:46.404113 UTC (+00:00)
      }
      "extra" => []
      "formatted" => """
        [2024-12-13 11:32:46] local.ERROR: file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded {"exception":"[object] (ErrorException(code: 0): file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded at /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122)\n
        [stacktrace]\n
        #0 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'file_put_conten...', '/home/garnishkn...', 122, Array)\n
        #1 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(122): file_put_contents('/home/garnishkn...', 'a:3:{s:6:\"_toke...', 2)\n
        #2 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php(83): Illuminate\\Filesystem\\Filesystem->put('/home/garnishkn...', 'a:3:{s:6:\"_toke...', true)\n
        #3 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\FileSessionHandler->write('c8DybVZZ7WDIb7z...', 'a:3:{s:6:\"_toke...')\n
        #4 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(87): Illuminate\\Session\\Store->save()\n
        #5 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(218): Illuminate\\Session\\Middleware\\StartSession->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #6 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(189): Illuminate\\Foundation\\Http\\Kernel->terminateMiddleware(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #7 /home/garnishknit/public_html/index.php(62): Illuminate\\Foundation\\Http\\Kernel->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #8 {main}\n
        "} \n
        """
    ]
    
/home/garnishknit/public_html/vendor/monolog/monolog/src/Monolog/Logger.php
        }
        $ts->setTimezone(static::$timezone);
 
        $record = array(
            'message' => (string) $message,
            'context' => $context,
            'level' => $level,
            'level_name' => $levelName,
            'channel' => $this->name,
            'datetime' => $ts,
            'extra' => array(),
        );
 
        try {
            foreach ($this->processors as $processor) {
                $record = call_user_func($processor, $record);
            }
 
            while ($handler = current($this->handlers)) {
                if (true === $handler->handle($record)) {
                    break;
                }
 
                next($this->handlers);
            }
        } catch (Exception $e) {
            $this->handleException($e, $record);
        }
 
        return true;
    }
 
    /**
     * Ends a log cycle and frees all resources used by handlers.
     *
     * Closing a Handler means flushing all buffers and freeing any open resources/handles.
     * Handlers that have been closed should be able to accept log records again and re-open
     * themselves on demand, but this may not always be possible depending on implementation.
     *
     * This is useful at the end of a request and will be called automatically on every handler
Arguments
  1. array:8 [
      "message" => "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
      "context" => array:1 [
        "exception" => ErrorException {
          #message: "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
          #code: 0
          #file: "/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
          #line: 122
          #severity: E_WARNING
        }
      ]
      "level" => 400
      "level_name" => "ERROR"
      "channel" => "local"
      "datetime" => DateTime @1734089566 {
        date: 2024-12-13 11:32:46.404113 UTC (+00:00)
      }
      "extra" => []
      "formatted" => """
        [2024-12-13 11:32:46] local.ERROR: file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded {"exception":"[object] (ErrorException(code: 0): file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded at /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122)\n
        [stacktrace]\n
        #0 [internal function]: Illuminate\\Foundation\\Bootstrap\\HandleExceptions->handleError(2, 'file_put_conten...', '/home/garnishkn...', 122, Array)\n
        #1 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(122): file_put_contents('/home/garnishkn...', 'a:3:{s:6:\"_toke...', 2)\n
        #2 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php(83): Illuminate\\Filesystem\\Filesystem->put('/home/garnishkn...', 'a:3:{s:6:\"_toke...', true)\n
        #3 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php(128): Illuminate\\Session\\FileSessionHandler->write('c8DybVZZ7WDIb7z...', 'a:3:{s:6:\"_toke...')\n
        #4 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(87): Illuminate\\Session\\Store->save()\n
        #5 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(218): Illuminate\\Session\\Middleware\\StartSession->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #6 /home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(189): Illuminate\\Foundation\\Http\\Kernel->terminateMiddleware(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #7 /home/garnishknit/public_html/index.php(62): Illuminate\\Foundation\\Http\\Kernel->terminate(Object(Illuminate\\Http\\Request), Object(Illuminate\\Http\\Response))\n
        #8 {main}\n
        "} \n
        """
    ]
    
/home/garnishknit/public_html/vendor/monolog/monolog/src/Monolog/Logger.php
     * @param  array  $context The log context
     * @return bool   Whether the record has been processed
     */
    public function err($message, array $context = array())
    {
        return $this->addRecord(static::ERROR, $message, $context);
    }
 
    /**
     * Adds a log record at the ERROR level.
     *
     * This method allows for compatibility with common interfaces.
     *
     * @param  string $message The log message
     * @param  array  $context The log context
     * @return bool   Whether the record has been processed
     */
    public function error($message, array $context = array())
    {
        return $this->addRecord(static::ERROR, $message, $context);
    }
 
    /**
     * Adds a log record at the CRITICAL level.
     *
     * This method allows for compatibility with common interfaces.
     *
     * @param  string $message The log message
     * @param  array  $context The log context
     * @return bool   Whether the record has been processed
     */
    public function crit($message, array $context = array())
    {
        return $this->addRecord(static::CRITICAL, $message, $context);
    }
 
    /**
     * Adds a log record at the CRITICAL level.
     *
     * This method allows for compatibility with common interfaces.
Arguments
  1. 400
    
  2. "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
    
  3. array:1 [
      "exception" => ErrorException {
        #message: "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
        #code: 0
        #file: "/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
        #line: 122
        #severity: E_WARNING
      }
    ]
    
/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Log/Writer.php
     * @return void
     */
    public function write($level, $message, array $context = [])
    {
        $this->writeLog($level, $message, $context);
    }
 
    /**
     * Write a message to Monolog.
     *
     * @param  string  $level
     * @param  string  $message
     * @param  array  $context
     * @return void
     */
    protected function writeLog($level, $message, $context)
    {
        $this->fireLogEvent($level, $message = $this->formatMessage($message), $context);
 
        $this->monolog->{$level}($message, $context);
    }
 
    /**
     * Register a file log handler.
     *
     * @param  string  $path
     * @param  string  $level
     * @return void
     */
    public function useFiles($path, $level = 'debug')
    {
        $this->monolog->pushHandler($handler = new StreamHandler($path, $this->parseLevel($level)));
 
        $handler->setFormatter($this->getDefaultFormatter());
    }
 
    /**
     * Register a daily file log handler.
     *
     * @param  string  $path
Arguments
  1. "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
    
  2. array:1 [
      "exception" => ErrorException {
        #message: "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
        #code: 0
        #file: "/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
        #line: 122
        #severity: E_WARNING
      }
    ]
    
/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Log/Writer.php
     *
     * @param  string  $message
     * @param  array  $context
     * @return void
     */
    public function critical($message, array $context = [])
    {
        $this->writeLog(__FUNCTION__, $message, $context);
    }
 
    /**
     * Log an error message to the logs.
     *
     * @param  string  $message
     * @param  array  $context
     * @return void
     */
    public function error($message, array $context = [])
    {
        $this->writeLog(__FUNCTION__, $message, $context);
    }
 
    /**
     * Log a warning message to the logs.
     *
     * @param  string  $message
     * @param  array  $context
     * @return void
     */
    public function warning($message, array $context = [])
    {
        $this->writeLog(__FUNCTION__, $message, $context);
    }
 
    /**
     * Log a notice to the logs.
     *
     * @param  string  $message
     * @param  array  $context
     * @return void
Arguments
  1. "error"
    
  2. "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
    
  3. array:1 [
      "exception" => ErrorException {
        #message: "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
        #code: 0
        #file: "/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
        #line: 122
        #severity: E_WARNING
      }
    ]
    
/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php
     */
    public function report(Exception $e)
    {
        if ($this->shouldntReport($e)) {
            return;
        }
 
        if (method_exists($e, 'report')) {
            return $e->report();
        }
 
        try {
            $logger = $this->container->make(LoggerInterface::class);
        } catch (Exception $ex) {
            throw $e; // throw the original exception
        }
 
        $logger->error(
            $e->getMessage(),
            array_merge($this->context(), ['exception' => $e]
        ));
    }
 
    /**
     * Determine if the exception should be reported.
     *
     * @param  \Exception  $e
     * @return bool
     */
    public function shouldReport(Exception $e)
    {
        return ! $this->shouldntReport($e);
    }
 
    /**
     * Determine if the exception is in the "do not report" list.
     *
     * @param  \Exception  $e
     * @return bool
     */
Arguments
  1. "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
    
  2. array:1 [
      "exception" => ErrorException {
        #message: "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
        #code: 0
        #file: "/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
        #line: 122
        #severity: E_WARNING
      }
    ]
    
/home/garnishknit/public_html/app/Exceptions/Handler.php
    protected $dontReport = [
        \Illuminate\Auth\AuthenticationException::class,
        \Illuminate\Auth\Access\AuthorizationException::class,
        \Symfony\Component\HttpKernel\Exception\HttpException::class,
        \Illuminate\Database\Eloquent\ModelNotFoundException::class,
        \Illuminate\Session\TokenMismatchException::class,
        \Illuminate\Validation\ValidationException::class,
    ];
 
    /**
     * Report or log an exception.
     *
     * This is a great spot to send exceptions to Sentry, Bugsnag, etc.
     *
     * @param  \Exception  $exception
     * @return void
     */
    public function report(Exception $exception)
    {
        parent::report($exception);
    }
 
    /**
     * Render an exception into an HTTP response.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Exception  $exception
     * @return \Illuminate\Http\Response
     */
    public function render($request, Exception $exception)
    {
        return parent::render($request, $exception);
    }
 
    /**
     * Convert an authentication exception into an unauthenticated response.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Auth\AuthenticationException  $exception
     * @return \Illuminate\Http\Response
Arguments
  1. ErrorException {
      #message: "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
      #code: 0
      #file: "/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
      #line: 122
      #severity: E_WARNING
    }
    
/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php
    }
 
    /**
     * Handle an uncaught exception from the application.
     *
     * Note: Most exceptions can be handled via the try / catch block in
     * the HTTP and Console kernels. But, fatal error exceptions must
     * be handled differently since they are not normal exceptions.
     *
     * @param  \Throwable  $e
     * @return void
     */
    public function handleException($e)
    {
        if (! $e instanceof Exception) {
            $e = new FatalThrowableError($e);
        }
 
        try {
            $this->getExceptionHandler()->report($e);
        } catch (Exception $e) {
            //
        }
 
        if ($this->app->runningInConsole()) {
            $this->renderForConsole($e);
        } else {
            $this->renderHttpResponse($e);
        }
    }
 
    /**
     * Render an exception to the console.
     *
     * @param  \Exception  $e
     * @return void
     */
    protected function renderForConsole(Exception $e)
    {
        $this->getExceptionHandler()->renderForConsole(new ConsoleOutput, $e);
Arguments
  1. ErrorException {
      #message: "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
      #code: 0
      #file: "/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
      #line: 122
      #severity: E_WARNING
    }
    
[internal]
Arguments
  1. ErrorException {
      #message: "file_put_contents(/home/garnishknit/public_html/storage/framework/sessions/c8DybVZZ7WDIb7zW34zvz48DBu9TrX2UkL8StZvf): failed to open stream: Disk quota exceeded"
      #code: 0
      #file: "/home/garnishknit/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php"
      #line: 122
      #severity: E_WARNING
    }
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
PATH
"/usr/local/bin:/bin:/usr/bin"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"br,gzip"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_HOST
"garnishknitfashion.com"
HTTP_USER_AGENT
"CCBot/2.0 (https://commoncrawl.org/faq/)"
HTTP_IF_MODIFIED_SINCE
"Fri, 08 Nov 2024 14:09:13 GMT"
DOCUMENT_ROOT
"/home/garnishknit/public_html"
REMOTE_ADDR
"18.97.14.86"
REMOTE_PORT
"60080"
SERVER_ADDR
"103.42.4.4"
SERVER_NAME
"garnishknitfashion.com"
SERVER_ADMIN
"webmaster@garnishknitfashion.com"
SERVER_PORT
"443"
REQUEST_SCHEME
"https"
REQUEST_URI
"/"
HTTPS
"on"
X_SPDY
"HTTP2"
SSL_PROTOCOL
"TLSv1.3"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_CIPHER_ALGKEYSIZE
"256"
SCRIPT_FILENAME
"/home/garnishknit/public_html/index.php"
QUERY_STRING
""
SCRIPT_URI
"https://garnishknitfashion.com/"
SCRIPT_URL
"/"
SCRIPT_NAME
"/index.php"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
REQUEST_METHOD
"GET"
X-LSCACHE
"on"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1734089566.3102
REQUEST_TIME
1734089566
argv
[]
argc
0
APP_NAME
"nakmart"
APP_ENV
"local"
APP_KEY
"base64:0BY27pIRW6N/Yl0X+ucCblHjIyQQfA7jEl5UYQ9J7DY="
APP_DEBUG
"true"
APP_URL
"https://garnishknitfashion.com/"
APP_TIMEZONE
"Asia/Dhaka"
DEMO_MODE
"Off"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"garnishknit_garnishBOX"
DB_USERNAME
"garnishknit_garnishKEY"
DB_PASSWORD
"Z$P~tdGh77HS4%"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"sync"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
SESSION_DOMAIN
"null"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"mail.nekmart.com"
MAIL_PORT
"465"
MAIL_USERNAME
"support@nekmart.com"
MAIL_PASSWORD
"support@2021"
MAIL_ENCRYPTION
"ssl"
MAIL_FROM_ADDRESS
"support@nekmart.com"
MAIL_FROM_NAME
"nekmart.com"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
PAYPAL_CLIENT_ID
"Aa1bxXJnQV4yF9PqmgmBuZ-TXnJMl_SJlqHGa5oBAdbPz8WiY3MJA340XZ8QFwuiH6jTv7wphVULAPNr"
PAYPAL_CLIENT_SECRET
"EHYBU5Z-gWO_6rzS6kiC9d2xZzBRTXcvNy46r7DTk1oN8OCBKTamJRhd3TVK561QNwQ6V2_B_uazCNVQ"
STRIPE_KEY
"pk_test_51HUWfSGRvmmDdlLV4SicdCgwHvugSZJIWnq3JAVRdJFwzkNS94SafaOSsg9qgUdQkO0yyWARKyWSXOjjBXFrvwDD00kYOLnaBQ"
STRIPE_SECRET
"sk_test_51HUWfSGRvmmDdlLV87aRqJ8CVka2HtjB1SQvBzfbWzr7F9KaK5txg23eASkhitYJVz0IgovdnOOi7t6ab3xqGB4D00oAGvGCxq"
SSLCZ_STORE_ID
""
SSLCZ_STORE_PASSWD
""
IM_API_KEY
""
IM_AUTH_TOKEN
""
RAZOR_KEY
""
RAZOR_SECRET
""
PAYSTACK_PUBLIC_KEY
"pk_test_4a1139e7441b0cff2ccfe7cc7990621134a2be9a"
PAYSTACK_SECRET_KEY
"sk_test_19c6e3b954ceb9594f4e4558ea308db4ed46cdae"
PAYSTACK_PAYMENT_URL
"https://api.paystack.co"
MERCHANT_EMAIL
"unicodeveloper@gmail.com"
VOGUE_MERCHANT_ID
"DEMO"
GOOGLE_CLIENT_ID
"933016145653-467b17m2qd49p9h9agm3ltn0l42h80n0.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"2IvOCjQQ4P2UJXARW77zR3IN"
FACEBOOK_CLIENT_ID
"345391510421329"
FACEBOOK_CLIENT_SECRET
"4f3f8d1ef4ab82ee3bf4c85afae616f9"
TRACKING_ID
""
FACEBOOK_PAGE_ID
"https://www.facebook.com/nekmartcom"
FACEBOOK_PIXEL_ID
"565907901213662"
DEFAULT_LANGUAGE
"en"
TWILIO_SID
""
TWILIO_AUTH_TOKEN
""
TWILIO_VERIFY_SID
""
VALID_TWILLO_NUMBER
""
NEXMO_KEY
""
NEXMO_SECRET
""
SSL_SMS_USER
"Adyan"
SSL_SMS_SID
""
SSL_SMS_PASSWORD
""
SSL_SMS_URL
"http://sms.sslwireless.com/pushapi/dynamic/server.php"
PAYTM_ENVIRONMENT
"production"
PAYTM_MERCHANT_ID
""
PAYTM_MERCHANT_KEY
""
PAYTM_MERCHANT_WEBSITE
"DEFAULT"
PAYTM_CHANNEL
"WEB"
PAYTM_INDUSTRY_TYPE
"Retail"
SENDER_ID
"FSTSMS"
LANGUAGE
"english"
ROUTE
"q"
AUTH_KEY
""
PAYHERE_MERCHANT_ID
"1215091"
PAYHERE_SECRET
"4kmtyso0vxZ8ggjJN5MyUm4p5k6Cmyswo4ZCcldBFIvs"
PAYHERE_CURRENCY
"USD"
PAYFAST_MERCHANT_ID
"10003008"
PAYFAST_MERCHANT_KEY
"m0sfp3xkxzqlm"
NGENIUS_OUTLET_ID
"765effa3-68d9-4a61-9273-b43261a0c223"
NGENIUS_API_KEY
"OGQyYmY3YWQtYzFiMS00ODljLWEyZDQtZTM5ZWIyYTc4NTcxOjkxMjVkMzNmLWU5YjItNDFlNy05Y2JlLWUwNDEyMGViNDM1YQ=="
NGENIUS_CURRENCY
"AED"
CAPTCHA_KEY
"6Ld_nrsZAAAAAO-MowQQPfbD9yoio52GiMgUrmRX"
FORCE_HTTPS
"Off"
AWS_ACCESS_KEY_ID
""
AWS_SECRET_ACCESS_KEY
""
AWS_DEFAULT_REGION
""
AWS_BUCKET
""
AWS_URL
"https://bucket-name.s3.region.amazonaws.com"
FILESYSTEM_DRIVER
"local"
IYZICO_API_KEY
"sandbox-1GcasNxaRSuHuxbK1aD67VSSpS2xPE9o"
IYZICO_SECRET_KEY
"sandbox-j7X6sWA2B8qhN6wwyYGbxYYf5JCliceu"
BKASH_CHECKOUT_APP_KEY
"5nej5keguopj928ekcj3dne8p"
BKASH_CHECKOUT_APP_SECRET
"1honf6u1c56mqcivtc9ffl960slp4v2756jle5925nbooa46ch62"
BKASH_CHECKOUT_USER_NAME
"testdemo"
BKASH_CHECKOUT_PASSWORD
"test%#de23@msdao"
NAGAD_MODE
"live"
NAGAD_MERCHANT_ID
"689590404235065"
NAGAD_MERCHANT_NUMBER
"01959040423"
NAGAD_PG_PUBLIC_KEY
"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiCWvxDZZesS1g1lQfilVt8l3X5aMbXg5WOCYdG7q5C+Qevw0upm3tyYiKIwzXbqexnPNTHwRU7Ul7t8jP6nNVS/jLm35WFy6G9qRyXqMc1dHlwjpYwRNovLc12iTn1C5lCqIfiT+B/O/py1eIwNXgqQf39GDMJ3SesonowWioMJNXm3o80wscLMwjeezYGsyHcrnyYI2LnwfIMTSVN4T92Yy77SmE8xPydcdkgUaFxhK16qCGXMV3mF/VFx67LpZm8Sw3v135hxYX8wG1tCBKlL4psJF4+9vSy4W+8R5ieeqhrvRH+2MKLiKbDnewzKonFLbn2aKNrJefXYY7klaawIDAQAB"
NAGAD_MERCHANT_PRIVATE_KEY
"MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDYbDBGAuq4lCEyQvSZiTrtaTRT4a7XNgIBd6o+YhH7C7o+6hNbR1P7E3UvW3jQt3ENr+y+ZANBeiswoKcQScD6oyMF56NW3E8HH5Y6aubDzkcERPguD7GInfDkuzH3ilog14Dz65rf/F/ASMyAvpCygYAM20KXFUiSdVxJbBzNmv5jdv7nR8L54g+R70SiMCioY1kmRvd5C9DWALE623maLx2t7hVXwfb5VAt0cFsxkI9yOCdn8Tyt3MKXzHO0y/yCEYJ1ayQo3i1rE8NjXSvyuJ2pL/mzjPnk5dapv5P21ez8OcpXF07YKTUHoScNISQTi+CEW/LgyMBna//HMojhAgMBAAECggEBAJPzEeUqpU9dZHw5rYEwgSo/m1gkliPldeWO6sEOxf/6+m18E5N45X5kxN2FCMiWPyD+PTfCoz8lx1TM3qiR4uz0jULCIbWFkjjqbQaugeclowLWK1tBuzoLztxu5C+3UvnUmQEm9Y9dtg97NOJmZADD6sffNFyYXi5RMK+4ys/6fEti3CTbIKbfT4cOG0NiX0ojcX+8Y4mKkdX8iRFSLmcMyR5QaaDLE/Xhip1qOzNKvHhUtQuHvBt1m/4SSQE0yftvBaPatYAQilPiln9wOzYZ7FpFHEVi9s/IY6LyHfUWc+lvrXZcFDgU+BE9kqQLcrtts+GKyLr0987N9QdXugECgYEA/s25JeeuxAyB/Gaxg3xF+h5jPapC+ytf5SKZEaU5UjbRvFV10Yh/woLG5JbVjiM2gersNJaEHNKBI/Hb4y93UGEsJ7nkZ4ZPqllsBqLgDkqhYU68vnuvtZJ7xxdHWVYd88+he1RhyOKYyHHIrWjI1jI/mXfu/CsILM53L5BxDpECgYEA2XBUuT3Q8GEbhAHrYRNHFox0CSK6kH3RP5FzK87BUdv1U6jv/E8LDH5h57tICRQ2+FW0Hm0bNc2oQmoFUrtxnOTEY8dOgMgksoQOao+nB79CqOhJb5E8czfqzR8sYDUze2uibcNmdey8Irl95aOrkIve50wQkPeo2+SICsCenVECgYBKhiEA1SJodMAP8nk428Abx4d/Ia01iRojClt6rbh2M1JkoxoyjpnPajCB6xvK1sG6fdtYBi3dwDPFL5gAeoGLIOCpPdVv8fia+kx+JGUjyPAqZb0OeV6K3K0XLdfQaT+Zb8DrMWLoPl4xQhZPobYb79ZqLInZdzyM3lY9syFeAQKBgAot1AmH90wJf7xCSr6UpHNNx/DVi15QRYdwS6/1Ud9/KJDuC64IFUBUekja35htNdWSTYhPG0L9ia7yP6WL2Nm7a+Yv4mDs/arNu88JQox+S6SUmzt51Rafu4I2v2ERnINempAA4b8LghMuE9K4QsPViG3ThcMDlQgWPrgiJErBAoGASD6HdAXDgngMz67mgSI0HtkHMGglpKcgVq/ikIIized4hU+POk+9h1+J8KHby3lKP40S9q/WjK4/gO2jb6VnG/rhyzlBkWjJtzS7Jh0E6rPMqDBZw3Zvl7vse5sD0nyAG2/TcPY+g1lvgbA8pKH7N6rbR4iHNEVsPxCVcAzE+58="
PAYSTACK_CURRENCY_CODE
"NGN"
MAILGUN_DOMAIN
""
MAILGUN_SECRET
""
FACEBOOK_APP_ID
"345391510421329"
Key Value
APP_NAME
"nakmart"
APP_ENV
"local"
APP_KEY
"base64:0BY27pIRW6N/Yl0X+ucCblHjIyQQfA7jEl5UYQ9J7DY="
APP_DEBUG
"true"
APP_URL
"https://garnishknitfashion.com/"
APP_TIMEZONE
"Asia/Dhaka"
DEMO_MODE
"Off"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"garnishknit_garnishBOX"
DB_USERNAME
"garnishknit_garnishKEY"
DB_PASSWORD
"Z$P~tdGh77HS4%"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
QUEUE_CONNECTION
"sync"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
SESSION_DOMAIN
"null"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"mail.nekmart.com"
MAIL_PORT
"465"
MAIL_USERNAME
"support@nekmart.com"
MAIL_PASSWORD
"support@2021"
MAIL_ENCRYPTION
"ssl"
MAIL_FROM_ADDRESS
"support@nekmart.com"
MAIL_FROM_NAME
"nekmart.com"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
PUSHER_APP_CLUSTER
"mt1"
MIX_PUSHER_APP_KEY
""
MIX_PUSHER_APP_CLUSTER
"mt1"
PAYPAL_CLIENT_ID
"Aa1bxXJnQV4yF9PqmgmBuZ-TXnJMl_SJlqHGa5oBAdbPz8WiY3MJA340XZ8QFwuiH6jTv7wphVULAPNr"
PAYPAL_CLIENT_SECRET
"EHYBU5Z-gWO_6rzS6kiC9d2xZzBRTXcvNy46r7DTk1oN8OCBKTamJRhd3TVK561QNwQ6V2_B_uazCNVQ"
STRIPE_KEY
"pk_test_51HUWfSGRvmmDdlLV4SicdCgwHvugSZJIWnq3JAVRdJFwzkNS94SafaOSsg9qgUdQkO0yyWARKyWSXOjjBXFrvwDD00kYOLnaBQ"
STRIPE_SECRET
"sk_test_51HUWfSGRvmmDdlLV87aRqJ8CVka2HtjB1SQvBzfbWzr7F9KaK5txg23eASkhitYJVz0IgovdnOOi7t6ab3xqGB4D00oAGvGCxq"
SSLCZ_STORE_ID
""
SSLCZ_STORE_PASSWD
""
IM_API_KEY
""
IM_AUTH_TOKEN
""
RAZOR_KEY
""
RAZOR_SECRET
""
PAYSTACK_PUBLIC_KEY
"pk_test_4a1139e7441b0cff2ccfe7cc7990621134a2be9a"
PAYSTACK_SECRET_KEY
"sk_test_19c6e3b954ceb9594f4e4558ea308db4ed46cdae"
PAYSTACK_PAYMENT_URL
"https://api.paystack.co"
MERCHANT_EMAIL
"unicodeveloper@gmail.com"
VOGUE_MERCHANT_ID
"DEMO"
GOOGLE_CLIENT_ID
"933016145653-467b17m2qd49p9h9agm3ltn0l42h80n0.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"2IvOCjQQ4P2UJXARW77zR3IN"
FACEBOOK_CLIENT_ID
"345391510421329"
FACEBOOK_CLIENT_SECRET
"4f3f8d1ef4ab82ee3bf4c85afae616f9"
TRACKING_ID
""
FACEBOOK_PAGE_ID
"https://www.facebook.com/nekmartcom"
FACEBOOK_PIXEL_ID
"565907901213662"
DEFAULT_LANGUAGE
"en"
TWILIO_SID
""
TWILIO_AUTH_TOKEN
""
TWILIO_VERIFY_SID
""
VALID_TWILLO_NUMBER
""
NEXMO_KEY
""
NEXMO_SECRET
""
SSL_SMS_USER
"Adyan"
SSL_SMS_SID
""
SSL_SMS_PASSWORD
""
SSL_SMS_URL
"http://sms.sslwireless.com/pushapi/dynamic/server.php"
PAYTM_ENVIRONMENT
"production"
PAYTM_MERCHANT_ID
""
PAYTM_MERCHANT_KEY
""
PAYTM_MERCHANT_WEBSITE
"DEFAULT"
PAYTM_CHANNEL
"WEB"
PAYTM_INDUSTRY_TYPE
"Retail"
SENDER_ID
"FSTSMS"
LANGUAGE
"english"
ROUTE
"q"
AUTH_KEY
""
PAYHERE_MERCHANT_ID
"1215091"
PAYHERE_SECRET
"4kmtyso0vxZ8ggjJN5MyUm4p5k6Cmyswo4ZCcldBFIvs"
PAYHERE_CURRENCY
"USD"
PAYFAST_MERCHANT_ID
"10003008"
PAYFAST_MERCHANT_KEY
"m0sfp3xkxzqlm"
NGENIUS_OUTLET_ID
"765effa3-68d9-4a61-9273-b43261a0c223"
NGENIUS_API_KEY
"OGQyYmY3YWQtYzFiMS00ODljLWEyZDQtZTM5ZWIyYTc4NTcxOjkxMjVkMzNmLWU5YjItNDFlNy05Y2JlLWUwNDEyMGViNDM1YQ=="
NGENIUS_CURRENCY
"AED"
CAPTCHA_KEY
"6Ld_nrsZAAAAAO-MowQQPfbD9yoio52GiMgUrmRX"
FORCE_HTTPS
"Off"
AWS_ACCESS_KEY_ID
""
AWS_SECRET_ACCESS_KEY
""
AWS_DEFAULT_REGION
""
AWS_BUCKET
""
AWS_URL
"https://bucket-name.s3.region.amazonaws.com"
FILESYSTEM_DRIVER
"local"
IYZICO_API_KEY
"sandbox-1GcasNxaRSuHuxbK1aD67VSSpS2xPE9o"
IYZICO_SECRET_KEY
"sandbox-j7X6sWA2B8qhN6wwyYGbxYYf5JCliceu"
BKASH_CHECKOUT_APP_KEY
"5nej5keguopj928ekcj3dne8p"
BKASH_CHECKOUT_APP_SECRET
"1honf6u1c56mqcivtc9ffl960slp4v2756jle5925nbooa46ch62"
BKASH_CHECKOUT_USER_NAME
"testdemo"
BKASH_CHECKOUT_PASSWORD
"test%#de23@msdao"
NAGAD_MODE
"live"
NAGAD_MERCHANT_ID
"689590404235065"
NAGAD_MERCHANT_NUMBER
"01959040423"
NAGAD_PG_PUBLIC_KEY
"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiCWvxDZZesS1g1lQfilVt8l3X5aMbXg5WOCYdG7q5C+Qevw0upm3tyYiKIwzXbqexnPNTHwRU7Ul7t8jP6nNVS/jLm35WFy6G9qRyXqMc1dHlwjpYwRNovLc12iTn1C5lCqIfiT+B/O/py1eIwNXgqQf39GDMJ3SesonowWioMJNXm3o80wscLMwjeezYGsyHcrnyYI2LnwfIMTSVN4T92Yy77SmE8xPydcdkgUaFxhK16qCGXMV3mF/VFx67LpZm8Sw3v135hxYX8wG1tCBKlL4psJF4+9vSy4W+8R5ieeqhrvRH+2MKLiKbDnewzKonFLbn2aKNrJefXYY7klaawIDAQAB"
NAGAD_MERCHANT_PRIVATE_KEY
"MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDYbDBGAuq4lCEyQvSZiTrtaTRT4a7XNgIBd6o+YhH7C7o+6hNbR1P7E3UvW3jQt3ENr+y+ZANBeiswoKcQScD6oyMF56NW3E8HH5Y6aubDzkcERPguD7GInfDkuzH3ilog14Dz65rf/F/ASMyAvpCygYAM20KXFUiSdVxJbBzNmv5jdv7nR8L54g+R70SiMCioY1kmRvd5C9DWALE623maLx2t7hVXwfb5VAt0cFsxkI9yOCdn8Tyt3MKXzHO0y/yCEYJ1ayQo3i1rE8NjXSvyuJ2pL/mzjPnk5dapv5P21ez8OcpXF07YKTUHoScNISQTi+CEW/LgyMBna//HMojhAgMBAAECggEBAJPzEeUqpU9dZHw5rYEwgSo/m1gkliPldeWO6sEOxf/6+m18E5N45X5kxN2FCMiWPyD+PTfCoz8lx1TM3qiR4uz0jULCIbWFkjjqbQaugeclowLWK1tBuzoLztxu5C+3UvnUmQEm9Y9dtg97NOJmZADD6sffNFyYXi5RMK+4ys/6fEti3CTbIKbfT4cOG0NiX0ojcX+8Y4mKkdX8iRFSLmcMyR5QaaDLE/Xhip1qOzNKvHhUtQuHvBt1m/4SSQE0yftvBaPatYAQilPiln9wOzYZ7FpFHEVi9s/IY6LyHfUWc+lvrXZcFDgU+BE9kqQLcrtts+GKyLr0987N9QdXugECgYEA/s25JeeuxAyB/Gaxg3xF+h5jPapC+ytf5SKZEaU5UjbRvFV10Yh/woLG5JbVjiM2gersNJaEHNKBI/Hb4y93UGEsJ7nkZ4ZPqllsBqLgDkqhYU68vnuvtZJ7xxdHWVYd88+he1RhyOKYyHHIrWjI1jI/mXfu/CsILM53L5BxDpECgYEA2XBUuT3Q8GEbhAHrYRNHFox0CSK6kH3RP5FzK87BUdv1U6jv/E8LDH5h57tICRQ2+FW0Hm0bNc2oQmoFUrtxnOTEY8dOgMgksoQOao+nB79CqOhJb5E8czfqzR8sYDUze2uibcNmdey8Irl95aOrkIve50wQkPeo2+SICsCenVECgYBKhiEA1SJodMAP8nk428Abx4d/Ia01iRojClt6rbh2M1JkoxoyjpnPajCB6xvK1sG6fdtYBi3dwDPFL5gAeoGLIOCpPdVv8fia+kx+JGUjyPAqZb0OeV6K3K0XLdfQaT+Zb8DrMWLoPl4xQhZPobYb79ZqLInZdzyM3lY9syFeAQKBgAot1AmH90wJf7xCSr6UpHNNx/DVi15QRYdwS6/1Ud9/KJDuC64IFUBUekja35htNdWSTYhPG0L9ia7yP6WL2Nm7a+Yv4mDs/arNu88JQox+S6SUmzt51Rafu4I2v2ERnINempAA4b8LghMuE9K4QsPViG3ThcMDlQgWPrgiJErBAoGASD6HdAXDgngMz67mgSI0HtkHMGglpKcgVq/ikIIized4hU+POk+9h1+J8KHby3lKP40S9q/WjK4/gO2jb6VnG/rhyzlBkWjJtzS7Jh0E6rPMqDBZw3Zvl7vse5sD0nyAG2/TcPY+g1lvgbA8pKH7N6rbR4iHNEVsPxCVcAzE+58="
PAYSTACK_CURRENCY_CODE
"NGN"
MAILGUN_DOMAIN
""
MAILGUN_SECRET
""
FACEBOOK_APP_ID
"345391510421329"
0. Whoops\Handler\PrettyPageHandler