Steve Thomas
Steve Thomas
I was playing around just before and produced this result by trying to echo out some text in an image result. Would suspect the same is happening for you. It...
did you check that your storage directory is writable by the web server?
I'm seeing the same thing; ``` "autoload-dev": { "psr-4": { "Tests\\": "tests/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" }, "files": [ "tests/macros.php" ] }, ``` The `tests/macros.php` file was working perfectly until...