We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
php artisan make:theme Default Symfony\Component\Debug\Exception\FatalThrowableError : Class 'Illuminate\Support\Facades\Str' not found
77 | $slug = Str::slug($this->argument('slug'));
composer.json "laravel/framework": "^6.2",
composer.json
"laravel/framework": "^6.2",
The text was updated successfully, but these errors were encountered:
I see the same, this https://github.com/caffeinated/themes/blob/master/src/Console/GenerateTheme.php#L6 should be:
use Illuminate\Support\Str;
see https://github.com/caffeinated/themes/pull/97/files
Sorry, something went wrong.
thankx problem fixed :)
No branches or pull requests
php artisan make:theme Default Symfony\Component\Debug\Exception\FatalThrowableError : Class 'Illuminate\Support\Facades\Str' not found
The text was updated successfully, but these errors were encountered: