<?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);