Strength

Harbingers of Good Tidings: Homes have a major impact on the occupant's mental and physical well - being. The sciences of Vaasthu, Feng Shui, Kan Yu have recognized this since ancient times. Whether it is because we make an effort to adhere to the principles of good construction, or because of the positivity we bring to our work, it has been our experience that Lady Luck always smiles in our projects. Our clients keep sharing their experiences of how auspicious and long - awaited events have happened in their families after they have moved into our homes....

True Value Never Goes Out of Style. Therein lies our prime strength we construct enduring and enchanting homes to suit the needs of modern living, giving our customers a never before blend of physical comfort and peace of mind.


Our Corporate Commitment:
  • We will give our best every day to improve our organization.
  • We will be loyal to the chair from which we are operating.
  • We will not be a white elephant to our organization.
  • We will strive to systemize every part of our work and monitor the same.
  • We will ensure not to repeat mistakes.
  • We will prioritize our work by advancing what is important and rescheduling what is urgent.
  • We commit to work as a team and motivate each other to peak performances.
  • We will not accept anything less than the best and that’s what we give back.

Exception

Error

We're sorry, but an unhandled error occurred. Please see the details below.

The stream or file "/var/www/html/demo/landmark_metro/storage/logs/system.log" could not be opened in append mode: failed to open stream: Permission denied

/var/www/html/demo/landmark_metro/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php line 110

                @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 in append mode: '.$this->errorMessage, $this->url));
            }
        }
 
        if ($this->useLocking) {
            // ignoring errors here, there's not much we can do about them
            flock($this->stream, LOCK_EX);

Stack trace

# Called Code Document Line
9 Monolog\Handler\StreamHandler->write() ~/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php 39
8 Monolog\Handler\AbstractProcessingHandler->handle() ~/vendor/monolog/monolog/src/Monolog/Logger.php 344
7 Monolog\Logger->addRecord() ~/vendor/monolog/monolog/src/Monolog/Logger.php 712
6 Monolog\Logger->error() ~/vendor/laravel/framework/src/Illuminate/Log/Writer.php 203
5 Illuminate\Log\Writer->writeLog() ~/vendor/laravel/framework/src/Illuminate/Log/Writer.php 114
4 Illuminate\Log\Writer->error() ~/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php 221
3 Illuminate\Support\Facades\Facade::__callStatic() ~/vendor/october/rain/src/Foundation/Exception/Handler.php 66
2 October\Rain\Foundation\Exception\Handler->report() ~/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php 81
1 Illuminate\Foundation\Bootstrap\HandleExceptions->handleException()