Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LARAVEL 11 : mkdir(): Invalid path #282

Open
SalNk opened this issue May 25, 2024 · 1 comment
Open

LARAVEL 11 : mkdir(): Invalid path #282

SalNk opened this issue May 25, 2024 · 1 comment

Comments

@SalNk
Copy link

SalNk commented May 25, 2024

I got this error in my new laravel 11 project, someone can help me ?

ErrorException 

  mkdir(): Invalid path

  at vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php:651
    647▕         if ($force) {
    648▕             return @mkdir($path, $mode, $recursive);
    649▕         }
    650▕
  ➜ 651▕         return mkdir($path, $mode, $recursive);
    652▕     }
    653▕
    654▕     /**
    655▕      * Move a directory.

  1   vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php:651

  2   vendor\reliese\laravel\src\Coders\Model\Factory.php:506
      Illuminate\Filesystem\Filesystem::makeDirectory("")
@SalNk
Copy link
Author

SalNk commented May 25, 2024

Just run php artisan vendor:publish --tag=reliese-models i found the solution in #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant