Same problem here. In my case basset tries to create a public/asset/compiled directory, but the asset directory does not exist. Simply create public/asset and artisan runs again.
If you want to check what directory it tries to make, you could put an echo "create path $path\n" in your Filesystem.php before line 302 temporarely to see which path is generating this problem.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community