namespace App\Http\Controllers;
namespace App\Models;
php artisan key:generate
$cache->fileEchoCache('../../../../config.php');
$ echo "[{\"row\":[123]},{\"row\":[124]},{\"row\":[125]}" | grep -oE "[0-9]+" > 1.txt
$ cat 1.txt
123
124
125