Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Sets access and modification time of file
<?php touch(string $filename, ?int $mtime = null, ?int $atime = null): bool
<?php     protected function createMissingSqliteDatabase($path)

    {

        if ($this->option('force')) {

            return touch($path);

        }



        if ($this->option('no-interaction')) {
<?php             throw new RuntimeException('Database was not created. Aborting migration.');

        }



        return touch($path);

    }
<?php         $path = public_path(Str::finish($directory, '/').'mix-manifest.json');



        touch($path);
<?php         $path = public_path(Str::finish($directory, '/').'mix-manifest.json');



        touch($path);