Blog-Advanced-With-Laravel10-TailwindCSS-And-AdminLTE3 icon indicating copy to clipboard operation
Blog-Advanced-With-Laravel10-TailwindCSS-And-AdminLTE3 copied to clipboard

Erro after install

Open kinzinho666 opened this issue 1 year ago • 0 comments

Unable to find component: [navigation] when open site. Possible in posts cause make error after migrate

` InvalidArgumentException

Cannot write to directory "public/storage/posts"

at vendor\fakerphp\faker\src\Faker\Provider\Image.php:128 124▕ 125▕ $dir = null === $dir ? sys_get_temp_dir() : $dir; // GNU/Linux / OS X / Windows compatible 126▕ // Validate directory path 127▕ if (!is_dir($dir) || !is_writable($dir)) { ➜ 128▕ throw new \InvalidArgumentException(sprintf('Cannot write to directory "%s"', $dir)); 129▕ } 130▕ 131▕ // Generate a random filename. Use the server address so that a file 132▕ // generated at the same time on a different server won't have a collision.

1 vendor\fakerphp\faker\src\Faker\Generator.php:696 Faker\Provider\Image::image("public/storage/posts") 2 vendor\fakerphp\faker\src\Faker\Generator.php:696`

kinzinho666 avatar Jan 02 '24 15:01 kinzinho666