Skip to content

Erro after install #3

@kinzinho666

Description

@kinzinho666

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`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions